sampSurf-methods {sampSurf}R Documentation

Methods for "sampSurf" object construction in Package ‘sampSurf’

Description

The following methods will construct valid objects of class "sampSurf". Please see "The sampSurf Class" vignette for more details and examples.

Methods

signature(object = "izContainer", tract = "Tract")

This constructor will allow the most flexibility. One can create all of the individual objects from generating a population of "Stem" objects up through the corresponding collection of inclusion zones and give the latter, along with the “Tract” object to this constructor to generate the surface.

usage...

sampSurf(object, 
         tract,
         estimate = unlist(c(.StemEnv$puaEstimates, .StemEnv$ppEstimates)),
         description = 'sampling surface object',
         runQuiet = FALSE,
         ... )
signature(object = "numeric", tract = "Tract")

This constructor masks much of the job of creating a sampling surface. Just specify the number of stems and a tract for signature arguments along with any options to generate a surface. All arguments except those listed below are as in the above constructor. Note that this constructor eventually calls the first constructor detailed above to generate the sampling surface.

usage...

sampSurf(object, 
         tract,
         iZone, 
         estimate = unlist(.StemEnv$puaEstimates),
         description = 'sampling surface object',
         runQuiet = FALSE,
         ...
        )

[Package sampSurf version 0.7-5 Index]