Learn R Programming

mclust (version 2.1-14)

lansing: Maple trees in Lansing Woods

Description

The lansing data frame has 1217 rows and 3 columns. The first two columns give the location, the third column the tree type.

Usage

data(lansing)

Arguments

source

D.J. Gerrard, Research Bulletin No. 20, Agricultural Experimental Station, Michigan State University, 1969.

See Also

grid1, dens

Examples

Run this code
data(lansing)
plot(lansing[,1:2], pch=as.integer(lansing[,3]),
     col=as.integer(lansing[,3]), main="Lansing Woods tree types")

Run the code above in your browser using DataLab