Description Usage Arguments Value Examples
create a temporal succession
1 2 | succession(vegetation, stand.id = 1, patch.id = NULL, init.year = 1901,
years = seq(1950, 2000, 10))
|
vegetation |
data.frame |
stand.id |
the Stand ID |
patch.id |
the patch ID, if NULL all available ones are considered |
init.year |
year, when to initialize the tree positions |
years |
the years to be included |
a stand object
1 2 3 4 5 6 7 | ## Not run:
stand=succession(dgvm3d.succession[[3]], init.year=1865, years=c(1865, seq(1875, 2000, 25)),
patch.id=sample(1:12, 3))
stand3D(stand)
stand=plant3D(stand)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.