bcitopo.info {CTFS} | R Documentation |
A list composed of two objects. One is a data frame of x, y coordinates and elevation at that point. The second is the same data in a matrix format. The grid size is 5 x 5 m.
data(bcitopo.info)
A list with 2 components:
elev
These data are used to make topographic maps and to compute mean
topographic values for quadrates. This data set contains the same
information as bcielev.info
.
The Center for Tropical Forest Science
http://www.ctfs.si.edu
## Not run: data(bcitopo.info) names(bcitopo.info) str(bcitopo.info$col) maptopo(bcitopo.info$mat,plotdim=c(1000,500)) ## End(Not run)