criticalHeightIZ: Generate Objects of Class "'criticalHeightIZ'"

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

Description

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

Usage

1

Arguments

standingTree

Signature object of class "standingTree".

angleGauge

Signature object of class "angleGauge".

...

See methods.

Details

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

Value

A valid object of class "criticalHeightIZ."

Author(s)

Jeffrey H. Gove

See Also

Class "criticalHeightIZ", and criticalHeightIZ-methods.

Examples

1
2
3
4
5
st = standingTree(dbh=50, solidType=4, height=25)
ag = angleGauge(baf=4)
iz.chs = criticalHeightIZ(st, ag)
summary(iz.chs)
plot(iz.chs, axes=TRUE, cex=2)

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