Learn R Programming

sampSurf (version 0.7-6)

horizontalLineIZ: Generate Objects of Class "'>horizontalLineIZ"

Description

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

Usage

horizontalLineIZ(standingTree, angleGauge, lineLength, ...)

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.

Value

A valid object of class "'>horizontalLineIZ."

Details

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

See Also

Class "'>horizontalLineIZ", and horizontalLineIZ-methods.

Examples

Run this code
# NOT RUN {
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)
# }

Run the code above in your browser using DataLab