swamptrees | R Documentation |
Locations and species classification of trees
in a plot in the Savannah River, SC, USA.
Locations are given in meters, rounded to the nearest 0.1 decimal.
The data come from a one-hectare (200-by-50m) plot in the Savannah River Site.
The 734 mapped stems included 156 Carolina ashes (Fraxinus caroliniana),
215 water tupelos (Nyssa aquatica), 205 swamp tupelos (Nyssa sylvatica),
98 bald cypresses (Taxodium distichum)
and 60 stems from 8 additional three species (labeled as Others (OT)).
The plots were set up by Bill Good and their spatial patterns described
in (\insertCitegood:1982;textualnnspat),
the plots have been maintained and resampled by Rebecca Sharitz and
her colleagues of the Savannah River Ecology Laboratory.
The data and some of its description are borrowed
from the swamp data entry in the dixon
package in the CRAN repository.
See also (\insertCitegood:1982,jones:1994,dixon:NNCTEco2002;textualnnspat).
data(swamptrees)
A data frame with 734 rows and 4 variables
Text describing the variable (i.e., column) names in the data set.
x,y: x and y (i.e., Cartesian) coordinates of the trees
live: a categorical variable that indicates the tree is alive (labeled as 1) or dead (labeled as 0)
sp: species label of the trees:
Carolina ash (Fraxinus caroliniana)
Swamp tupelo (Nyssa sylvatica)
Water tupelo (Nyssa aquatica)
Bald cypress (Taxodium distichum)
Other species
data(swamptrees)
plot(swamptrees$x,swamptrees$y, col=as.numeric(swamptrees$sp),pch=19,
xlab='',ylab='',main='Swamp Trees')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.