horizontalPointCVIZ-methods: Methods for "'horizontalPointCVIZ'" object construction in...

Description Methods

Description

The one constructor method that is available for creating valid objects of class "horizontalPointCVIZ" is documented below. Please especially see the note on extra arguments that can be passed below.

Methods

signature(standingTree = "standingTree", angleGauge = "angleGauge")

usage...

horizontalPointCVIZ(standingTree,
                    angleGauge,
                    antithetic = FALSE,
                    description = 'Inclusion zone: horizontal point with control variate sampling',
                    spID = paste('hps.cv',.StemEnv$randomID(),sep=':'),
                    spUnits = CRS(projargs=as.character(NA)),
                    ... )
  • standingTree: An object of class "standingTree" for which the inclusion zone is to be determined.

  • angleGauge: An object of class "angleGauge".

  • antithetic: TRUE: use antithetic control variate sampling; FALSE: just normal control variate sampling.

  • description: A character vector description of the object.

  • spID: A unique identifier that will be used in displaying the spatial polygon for the inclusion zone component of the object.

  • spUnits: A valid CRS object specifying the Coordinate Reference System. This defaults to NA, which means you want to use your own user-defined system, say for a sample plot located in the field.

  • ...: Arguments to be passed on, especially those that can be used in the call to the controlVariate constructor (and associated proxy function) for control of subsampling within the inclusion zone. This will take place when the grid cell estimates are established via CV sampling within the corresponding izGrid method.


sampSurf documentation built on March 5, 2021, 3:01 p.m.