ssBigBAF-class {ssExtra} | R Documentation |
"ssBigBAF"
This class defines a subclass of "ssDoubleSampling"
for use with
so-called “Big BAF” sampling.
Objects can be created by calls of the form new("ssBigBAF", ...)
. However, it is
simpler and less error-prone to use the constructor of the same name:
ssBigBAF
.
In addition to those slots that are defined within the
"ssDoubleSampling"
, the following are
available...
ss.bb.vol
:Object of class "sampSurf"
that
holds the volume surface for the large (big) BAF angle gauge.
ss.bb.ba
:Object of class "sampSurf"
that holds
the basal area surface for the big BAF angle gauge.
ss.ct.ba
:Object of class "sampSurf"
that holds
the basal area surface for the small/count BAF.
ss.ct.vol
:Object of class "sampSurf"
that
holds the volume surface for the count BAF.
csl.bb
:Object of class "ssCellStemList"
corresponding to the big BAF surfaces.
csl.ct
:Object of class "ssCellStemList"
corresponding to the count BAF surfaces.
Class "ssDoubleSampling"
, directly.
signature(x = "ssBigBAF", y = "missing")
: plot
the surface(s).
signature(object = "ssBigBAF")
: used to print the
object.
signature(object = "ssBigBAF")
: for an object summary.
Jeffrey H. Gove
Maintainer: Jeffrey H. Gove <jgove@fs.fed.us>
The parent (super) class: ssDoubleSampling
showClass("ssBigBAF")