powered by
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}\).
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)
Run the code above in your browser using DataLab