ssBigBAF-class {ssExtra}R Documentation

Class "ssBigBAF"

Description

This class defines a subclass of "ssDoubleSampling" for use with so-called “Big BAF” sampling.

Objects from the Class

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.

Slots

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.

Extends

Class "ssDoubleSampling", directly.

Methods

plot

signature(x = "ssBigBAF", y = "missing"): plot the surface(s).

show

signature(object = "ssBigBAF"): used to print the object.

summary

signature(object = "ssBigBAF"): for an object summary.

Author(s)

Jeffrey H. Gove

Maintainer: Jeffrey H. Gove <jgove@fs.fed.us>

See Also

The parent (super) class: ssDoubleSampling

Examples

showClass("ssBigBAF")

[Package ssExtra version 0.1-2 Index]