fullChainSawIZ-methods {sampSurf}R Documentation

Methods for “fullChainSawIZ” object construction in Package sampSurf

Description

The one constructor method that is available for creating valid objects of class "fullChainSawIZ" is documented below. Note that because the inclusion zone for this method is exactly the same as that for the "sausageIZ" class (sausage sampling), the same arguments are used here as in that constructor.

Methods

signature(downLog = "downLog", plotRadius = "numeric")

usage...

fullChainSawIZ(downLog,
               plotRadius,
               nptsHalfCircle = 50,
               description = 'Inclusion zone for "fullChainSaw" sampling method',
               spID = paste('fcs', .StemEnv$randomID(), sep=':'),
               spUnits = CRS(projargs = as.character(NA)),
               ... )

[Package sampSurf version 0.7-4 Index]