opt_spastr | R Documentation |
Optimal forest spatial structure indices.
opt_spastr(X_df,inter=100,pop=0.2,
smark=c("spe","storey","dbh","cw","x","y"),
xrange=c(0,100),yrange=c(0,100),
xwidth=5,ywidth=5,
buf.xwid = 5, buf.ywid = 5)
X_df |
Forest community data (object of class "data.frame") |
inter |
Inter quanitity. |
pop |
Cutting intensity. |
smark |
Selected marks to compute forest spatial structure indices. |
rm.id |
Needed removed the specific rows in the point pattern, refer to the id. |
buf.xwid |
The width of buffer zone in the x coordinates of data points. |
buf.ywid |
The width of buffer zone in the y coordinates of data points. |
xrange |
Range of X axes |
yrange |
Range of Y axes |
xwidth |
Length of buffer zone of X axes |
ywidth |
Length of buffer zone of Y axes |
NULL
NULL
Zongzheng Chai, chaizz@126.com
data(treecom_example)
head(treecom_example)
treecom_opt<-opt_spastr(X_df=treecom_example,inter=100,pop=0.2,
xrange=c(0,100),yrange=c(0,100),
xwidth=10,ywidth=10,
buf.xwid =10, buf.ywid = 10,
smark=c("spe","storey","dbh","cw","x","y"))
treecom_opt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.