hgrdfir2 | R Documentation |
Data contiene 148 obserrvaciones sobre el crecimiento en altura de árboles dominantes de Pseudotsguga mensiezzi en el Nor-Oeste de los Estados Unidos
data(hgrdfir2)
La data frame contiene siete variables:
Codigo identificador del bosque.
Codigo identificador de la parcela.
Número de identificacion árbol.
Diámetro a la altura del pecho, en pulgadas.
Altura total, en pies
Edad, en os
Altura para cada edad del árbol, en pies
La data fue cedida por el Dr Christian Salas-Eljatib.
Monserud RA. 1984. Height growth and site index curves for Inland Douglas-fir based on stem analysis data and forest habitat type. Forest Science 30(4):943-965.
Salas C, Stage AR, and Robinson AP. 2008. Modeling effects of overstory density and competing vegetation on tree height growth. Forest Science 54(1):107-122. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1093/forestscience/54.1.107")}
data(hgrdfir2)
head(hgrdfir2)
unique(hgrdfir2$arbol.id)
table(hgrdfir2$parcela,hgrdfir2$arbol.id)
tapply(hgrdfir2$dap, hgrdfir2$arbol.id, mean) #dap de cada arbol muestra
tapply(hgrdfir2$atot, hgrdfir2$arbol.id, mean) #atot de cada arbol muestra
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.