horizontalLineIZ: Generate Objects of Class "'horizontalLineIZ'"

Description Usage Arguments Details Value Author(s) See Also Examples

Description

This is the generic function for class “horizontalLineIZ”. Please see the associated method in horizontalLineIZ-methods for more details.

Usage

1

Arguments

standingTree

Signature object of class "standingTree".

angleGauge

Signature object of class "angleGauge".

lineLength

The length of the line segment in the appropriate units (feet for “English”, meters for “metric”).

...

See methods.

Details

Since only one method exists for this generic, its signature arguments coincide with the above. Please see horizontalLineIZ-methods for more details.

Value

A valid object of class "horizontalLineIZ."

Author(s)

Jeffrey H. Gove

See Also

Class "horizontalLineIZ", and horizontalLineIZ-methods.

Examples

1
2
3
4
5
st = standingTree(dbh=25, solidType=2.5, height=15) #metric
ag = angleGauge(baf=4) #metric
hls.iz = horizontalLineIZ(st, angleGauge=ag, lineLength=50, orientation=345)
summary(hls.iz)
plot(hls.iz, axes=TRUE, cex=2)

sampSurf documentation built on March 5, 2021, 5:06 p.m.