opt_spastr: Optimal forest spatial structure indices.

opt_spastrR Documentation

Optimal forest spatial structure indices.

Description

Optimal forest spatial structure indices.

Usage

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)

Arguments

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

Details

NULL

Value

NULL

Author(s)

Zongzheng Chai, chaizz@126.com

Examples

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

Zongzheng/forestSAS documentation built on July 13, 2024, 8:12 p.m.