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.
A factor with levels DF = Douglas-fir, GF = Grand fir, SF = Subalpine fir, WL = Western larch, WC = Western red cedar, WP = White pine.
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(height~dbh, data=idahohd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.