Description Usage Format Examples
simulated data of an anden forest in Ecuador
1 |
A data frame with 502 observations on the following 7 variables.
Timea numeric vector
TotalNumbera numeric vector
NumberPerPFT_1a numeric vector
NumberPerPFT_2a numeric vector
NumberPerPFT_3a numeric vector
NumberPerComGRP_1a numeric vector
NumberPerComGRP_2a numeric vector
1 2 3 4 5 | data(treeNumber)
plot(treeNumber$TotalNumber,type="l",lwd=2)
points(treeNumber$NumberPerPFT_1,type="l",lwd=2,col="green")
points(treeNumber$NumberPerPFT_2,type="l",lwd=2,col="red")
points(treeNumber$NumberPerPFT_3,type="l",lwd=2,col="blue")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.