simtreecom | R Documentation |
Simulated a forest community data.
simtreecom(size,nspe,nspe_max,xrange,
yrange,dbhrange,type="com",lambda=1)
size |
Pool of species |
nspe |
Number of species |
nspe_max |
Maximum number of species |
xrange |
Range of X axes |
yrange |
Range of Y axes |
dbhrange |
Range of DBH |
type |
Data type, "ppp" or "com" |
lambda |
Degree of coordinate aggregation |
Data frame of forest community data
Zongzheng Chai, chaizz@126.com
NULL
treecom<-simtreecom(size=10,nspe=10,nspe_max=36,xrange=c(0,100),
yrange=c(0,100),dbhrange=c(5,50),type="com",lambda=1)
treecom
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.