horizontalLineIZ-methods {sampSurf}R Documentation

Methods for "horizontalLineIZ" object constuction in Package sampSurf

Description

This is the one method for generic function horizontalLineIZ in Package sampSurf that allows for creation of objects of class "horizontalLineIZ."

Methods

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

Note that an object of class "lineSegment" will be constructed from the values passed in the lineLength and orientation arguments...

usage...

horizontalLineIZ(standingTree,
                 angleGauge,
                 lineLength,
                 orientation = 0, 
                 description = 'inclusion zone for horizontal line sampling method',
                 spID = paste('hls',.StemEnv$randomID(),sep=':'),
                 spUnits = CRS(projargs=as.character(NA)),
                 ... ) 

[Package sampSurf version 0.7-5 Index]