param_i | R Documentation |
param
computes structural parameters per stands specified in factor arguments.
param_i
computes structural parameters for a stand.
param_i(data, plot = "", DBH = "", height = "", crown = "", area = NULL,
k = 100, kCrown = 1)
param(data, plot = "", DBH = "", height = "", crown = "", area = NULL,
k = 100, kCrown = 1, factor1 = "", factor2 = "", factor3 = "")
data |
a data frame, list, tibble or object coercible by
|
plot , DBH , height , crown |
optional characters, names of the variables of
|
area |
numeric, area of a plot (see |
k , kCrown |
numeric, used to convert diameter and crown diameter units
respectively. Default are |
factor1 , factor2 , factor3 |
character, optional variables of the data frame that define subsets to consider. |
Blackman and Green indices are returned if combinations of specified
factor1..3
contain more than one plot. Otherwise, the right are returned as attributes.
A vector, matrix or list of matrices containing of structural parameters.
param_i(
data = Logging, plot = "tree", DBH = "diametreMedian",
height = "hauteur", crown = "perimetreBase", area = 0.03, kCrown = 100
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.