horizontalPointISIZ-methods {sampSurf}R Documentation

Methods for “horizontalPointISIZ” object construction in Package sampSurf

Description

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

Methods

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

usage...

horizontalPointISIZ(standingTree,
                    angleGauge,
                    antithetic = FALSE,
                    description = 'Inclusion zone for horizontal point importance sampling method',
                    spID = paste('hps.is',.StemEnv$randomID(),sep=':'),
                    spUnits = CRS(projargs=as.character(NA)),
                    ...)

[Package sampSurf version 0.7-5 Index]