simtreecom {forestSAS} | R Documentation |
Simulated a forest community data.
Description
Simulated a forest community data.
Usage
simtreecom(size,nspe,nspe_max,xrange,
yrange,dbhrange,type="com",lambda=1)
Arguments
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 |
Value
Data frame of forest community data
Author(s)
Zongzheng Chai, chaizz@126.com
References
NULL
Examples
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
[Package forestSAS version 2.0.4 Index]