antitheticICHSIZ {sampSurf}R Documentation

Generate Objects of Class "antitheticICHSIZ"

Description

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

Usage

antitheticICHSIZ(standingTree, angleGauge, ...)

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 antitheticICHSIZ-methods for more details.

Value

A valid object of class "antitheticICHSIZ."

Author(s)

Jeffrey H. Gove

See Also

Class "antitheticICHSIZ", and antitheticICHSIZ-methods.

Examples

st = standingTree(dbh=50, solidType=4, height=25)
ag = angleGauge(baf=4)
iz.aichs = antitheticICHSIZ(st, ag)
summary(iz.aichs)
plot(iz.aichs, axes=TRUE, cex=2)

[Package sampSurf version 0.7-5 Index]