| tprTrees-class | R Documentation |
This class represents one or multiple trees by their biometric characteristics.
using indices i and j to subset
## S4 method for signature 'tprTrees'
x[i, j, ..., drop = FALSE]
## S4 method for signature 'tprTrees'
length(x)
## S4 method for signature 'tprTrees'
show(object)
x |
object of class 'tprTrees' |
i |
index i |
j |
index j |
... |
not currently used |
drop |
drop dimensions, defaults to FALSE |
object |
object of class 'tprTrees' |
blabla
a part of the original object
[: subsetting for class 'tprTrees'
length(tprTrees): length function for class 'tprTrees'
show(tprTrees): length function for class 'tprTrees'
sppspecies code of trees
Dmlist of measured diameters
Hmlist of heights of measured diameters
Httotal height of trees
sHtstandard deviation of total tree height, defaults to 0 for exact height measurements without error
monotonelogical indicator about monotonicity of taper curve
tprTrees() # initialise object by constructor
(tmp <- tprTrees(spp=c(1L,3L), Dm=list(c(30, 28), c(40, 38)),
Hm=list(c(1.3, 5), c(1.3, 5)), Ht=c(30, 40)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.