Ntable {forestPSD} | R Documentation |
Organize the data into a data format suitable for population structure analysis.
Ntable(ax)
ax |
Population number of within different age class. |
Organize the data into a data format suitable for population structure analysis.
Result returns the data for forest population number of within different age class, the data format id the data.frame.
Zongzheng Chai, chaizz@126.com
data(Npop)
Npop
##Generate the Npop data##
number=c(8283,5238,1921,1425,926,659,479,228,57,24,10)
Ntable(ax=number)