powered by
This class represents one or multiple trees by their biometric characteristics.
using indices i and j to subset
# S4 method for tprTrees,ANY,ANY,ANY [(x, i, j, ..., drop = FALSE)# S4 method for tprTrees length(x)# S4 method for tprTrees show(object)
# S4 method for tprTrees length(x)
# S4 method for tprTrees show(object)
a part of the original object
object of class 'tprTrees'
index i
index j
not currently used
drop dimensions, defaults to FALSE
x[i: subsetting for class 'tprTrees'
x[i
length(tprTrees): length function for class 'tprTrees'
length(tprTrees)
show(tprTrees): length function for class 'tprTrees'
show(tprTrees)
spp
species code of trees
Dm
list of measured diameters
Hm
list of heights of measured diameters
Ht
total height of trees
sHt
standard deviation of total tree height, defaults to 0 for exact height measurements without error
monotone
logical indicator about monotonicity of taper curve
blabla
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)))
Run the code above in your browser using DataLab