llancahue | R Documentation |
The Cartesian position, species, and diameter of trees within a plot were measured. The sample plot is rectangular of 130 m by 70 m. Further details can be #' reviewed in the reference.
data(llancahue)
Contains tree-level variables, as follows:
Tree identificator
Tree species abreviation as follows: "AP" is Aextoxicon punctatum, "EC" is Eucryphia cordifolia, "GA" is Gevuina avellana, "LP" is Laureliopsis philippiana, "LS" is Laurelia sempervirens, "ND" is Nothofagus dombeyi, "PS" is Podocarpus saligna, and "Ot" represents other species different from the above described.
diameter at breast height, in cm.
Cartesian position in the X-axis, in m.
Cartesian position in the Y-axis, in m.
The data are provided courtesy of Prof. Daniel Soto at Universidad de Aysen (Coyhaique, Chile).
Soto DP, Salas C, Donoso PJ, Uteau D. 2010. Heterogeneidad estructural y espacial de un bosque mixto dominado por Nothofagus dombeyi después de un disturbio parcial. Revista Chilena de Historia Natural 83(3): 335-347.
data(llancahue)
head(llancahue)
descstat(llancahue$dbh)
boxplot(dbh~spp, data=llancahue)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.