sweetgum | R Documentation |
The original data, also supplied in the package, are measures of stem diameter and height at various locations on the bole of 39 sweetgum trees from Texas, USA.
data(sweetgum)
A data frame with 39 tree-level observations on the following 8 variables.
plot
Identifies the plot in which the tree was felled.
tree
A factor that identifies the tree.
dbh.in
The tree diameter (in.) at 1.37 m (4'6”)
stump.ht.ft
The height of the stump after felling (ft).
height.ft
The height of the tree (ft).
height.m
The height of the tree (m).
dbh.cm
The tree diameter (cm.) at 1.37 m (4'6”)
vol.m3
The estimated biological volume of the stem (cubic meters).
The height measure is of the standing tree, so it includes the stump height. The volume was computed by fitting a spline to the height and diameter measures, and integrating the solid that corresponds to the profile of the spline. See Section 2.4.2 of Robinson and Hamann (2010) for more details.
The data were kindly supplied by Professor Timothy Gregoire and were originally collected by David Lenhart.
Robinson, A.P., and J.D. Hamann. 2010. Forest Analytics with R: an Introduction. Springer.
data(sweetgum)
str(sweetgum)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.