ssBigBAF-methods {ssExtra}R Documentation

Methods for "ssBigBAF" Object Construction in Package ssExtra

Description

There is currently one available method for the generic ssBigBAF. This method generates valid objects of the associated "ssBigBAF" class.

Methods

signature(ss.bb.vol = "sampSurf", ss.bb.ba = "sampSurf", ss.ct.ba = "sampSurf", ss.ct.vol = "sampSurf")

This is the main constructor method. There are validity checks performed on the individual "sampSurf" objects passed to make sure they are consistent in size, and store the correct information. These include, but are not limited to: the tract extents and units; all objects must share the same tree population (exactly); and each must be based on "horizontalPointIZ" sampling with matching BAFs for the two count surfaces, and likewise for volume.

usage...

ssBigBAF(ss.bb.vol,
         ss.bb.ba,
         ss.ct.ba,
         ss.ct.vol,
         description = 'Big BAF sampling surface object',
         runQuiet = FALSE,
         ...)

[Package ssExtra version 0.1-2 Index]