bcielev.info {CTFS}R Documentation

Dataset of elevation for 5 x 5 m points in the BCI CTFS Plot

Description

The measured elevation for points in the permanent plot in order to map the topography of the site. The BCI plot was measured at 5 x 5 m intervals. This will be replaced with a list version of this data. See bcitopo.info

Usage

data(bcielev.info)

Format

A data frame of 20301 observation with 3 variables.

x
x coordinate, east-west axis
y
y coordinate, north-south axis
elev
elevation at the x, y coordinate

Details

These data are used to make topographic maps with CTFS.maps. See bcitopo.info for the newer version of this data structure.

Source

The Center for Tropical Forest Science
http://www.ctfs.si.edu

Examples

## Not run: 
data(bcielev.info)
str(bcielev.info)
## End(Not run)

[Package CTFS version 1.00 Index]