Learn R Programming

sampSurf (version 0.7-6)

horizontalPointIZ-methods: Methods for "horizontalPointIZ" object construction in Package sampSurf

Description

This is the one method for generic function horizontalPointIZ in Package ‘sampSurf’ that allows for creation of objects of class "'>horizontalPointIZ."

Arguments

Methods

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

usage…

horizontalPointIZ(standingTree,
                  angleGauge,
                  description = 'inclusion zone for horizontal point sampling method',
                  spID = paste('hps',.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".

  • description: A character vector description of the object.

  • spID: A unique identifier that will be used in displaying the spatial polygon for the circular plot 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.

  • dots: Arguments to be passed on.

%item