Ntable {forestPSD}R Documentation

Organize the data into a data format suitable for population structure analysis.

Description

Organize the data into a data format suitable for population structure analysis.

Usage

Ntable(ax)

Arguments

ax

Population number of within different age class.

Details

Organize the data into a data format suitable for population structure analysis.

Value

Result returns the data for forest population number of within different age class, the data format id the data.frame.

Author(s)

Zongzheng Chai, chaizz@126.com

Examples

data(Npop)
Npop

##Generate the Npop data##
number=c(8283,5238,1921,1425,926,659,479,228,57,24,10)
Ntable(ax=number)

[Package forestPSD version 1.0.0 Index]