lansing {mclust} | R Documentation |
The lansing
data frame has 1217 rows and 3 columns.
The first two columns give the location, the third column the tree type.
data(lansing)
This data frame contains the following columns:
hickory
and maple
D.J. Gerrard, Research Bulletin No. 20, Agricultural Experimental Station, Michigan State University, 1969.
data(lansing) plot(lansing[,1:2], pch=as.integer(lansing[,3]), col=as.integer(lansing[,3]), main="Lansing Woods tree types")