leafw2 | R Documentation |
Mediciones de área y peso de hojas.
data(leafw2)
Contiene variables a nivel de hoja, como sigue:
Peso de la hoja, en gramos.
Área foliar, en cm^{2}
.
El archivo de datos fue cortesía del Prof. Timothy Gregoire de Yale University (New Haven, CT, USA).
Gove JH, Barrett JP, and Gregoire TG. 1982. When is n sufficiently large for regression estimation? Journal of Environmental Management 15:229-237.
library(datana)
data(leafw2)
head(leafw2)
plot(peso~area, data=leafw2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.