| allometry {lgrdata} | R Documentation |
Allometry
Description
This dataset contains measurements of tree dimensions and biomass. Data kindly provided by John Marshall, University of Idaho.
Usage
allometry
Format
A data frame with 63 rows and 5 variables:
speciesfactor The tree species (PSME = Douglas fir, PIMO = Western white pine, PIPO = Ponderosa pine).
diameterdouble Tree diameter at 1.3m above ground (cm).
heightdouble Tree height (m).
leafareadouble Total leaf area (m2)
branchmassdouble Total (oven-dry) mass of branches (kg).
Examples
data(allometry)
with(allometry, plot(diameter, height, pch=19, col=species))
[Package lgrdata version 0.1.1 Index]