idahohd | R Documentation |
These data are forest inventory measures from the Upper Flat Creek stand of the University of Idaho Experimental Forest, dated 1991.
data(idahohd)
Contains five variables, as follows:
Plot number.
Tree within plot.
Tree species. A factor variable having the following levels: "DF" is Douglas-fir (Pseudotsuga menziesii), "GF" is Grand fir (Abies grandis), "SF" is Subalpine fir (Abies lasiocarpa), "WL" is Western larch (Larix occidentalis), "WC" is Western red cedar (Thuja plicata), and "WP" is White pine (Pinus strobus).
Diameter 137 cm perpendicular to the bole, cm.
Height of the tree, in m.
The data were assembled from the 'ufc' dataframe from the alr4
library.
Weisberg S. 2014. Applied Linear Regression. 4th edition. New York: Wiley.
data(idahohd)
head(idahohd)
plot(toth~dbh, data=idahohd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.