lineSegment-methods {sampSurf}R Documentation

Methods for "lineSegment" object creation in Package sampSurf

Description

There is currently only one method based on the lineSegment generic that is used for object construction. It is detailed below.

Methods

signature(length = "numeric", orientation = "numeric")

This method takes the segment length and orientation as the signature arguments along with other optional aruments described as follows...

usage...

lineSegment(length,
            orientation,
            units = 'metric',
            spUnits = CRS(projargs=as.character(NA)),
            centerPoint = c(x=0, y=0),  
            description = 'line segment',
            spID = paste('ls',.StemEnv$randomID(),sep=':'),
            ...) 

[Package sampSurf version 0.7-5 Index]