| forest | R Documentation |
A survey was conducted on 41 plots of pure or mixed Nothofagus forest located at the foot of the Andes. Each plot was classified into one of three stand types based on the dominant tree species: Coigue (type 1, 13 plots), Rauli (type 2, 9 plots), or Roble (type 3, 19 plots). For each plot, stand density (number of trees per hectare, SD) and mean quadratic diameter (in cm, QD) were recorded. The primary aim of the study was to model how stand density relates to quadratic diameter and to compare this relationship across the three forest stand types.
forest
A data frame with 4 variables: DPlot, Type, SD, QD.
Factor. Unique identifier for each forest plot.
Factor. Forest stand type classified by dominant Nothofagus species in the plot: "Coigue", "Rauli", or "Roble".
Integer. Stand density, recorded as the number of trees per hectare in each plot.
Numeric. Mean quadratic diameter (in centimeters) of trees in the plot.
Welham, S. J., Gezan, S. A., Clark, S. J., and Mead, A. (2015) Statistical Methods in Biology: Design and analysis of experiments and regression
Dra. Alicia Ortega Z., Universidad Austral de Chile
lm(log(SD) ~ log(QD) * Type, data = forest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.