ssBigBAF {ssExtra}R Documentation

Generate Objects of Class "ssBigBAF"

Description

This generic function has one method based on the four signature formal arguments. It is used as a constructor function for objects that are of class "ssBigBAF" and should be used in preference to new to insure a valid object.

Usage

ssBigBAF(ss.bb.vol,
         ss.bb.ba,
         ss.ct.ba,
         ss.ct.vol,
         ...)

Arguments

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.

...

Formal arguments that are different for each method, see those for details.

Details

ssBigBAF is defined completely with respect to the signature of its method ssBigBAF-methods.

Value

An object of class "ssBigBAF".

Author(s)

Jeffrey H. Gove

See Also

sampSurf


[Package ssExtra version 0.1-2 Index]