powered by
create a temporal succession
succession(vegetation, stand.id = 1, patch.id = NULL, init.year = 1901, years = seq(1950, 2000, 10))
data.frame
the Stand ID
the patch ID, if NULL all available ones are considered
year, when to initialize the tree positions
the years to be included
a stand object
# 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) # }
Run the code above in your browser using DataLab