Learn R Programming

sampSurf (version 0.7-6)

importanceCHSIZ: Generate Objects of Class "'>importanceCHSIZ"

Description

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

Usage

importanceCHSIZ(standingTree, angleGauge, ...)

Arguments

standingTree

Signature object of class "'>standingTree".

angleGauge

Signature object of class "'>angleGauge".

See methods.

Value

A valid object of class "'>importanceCHSIZ."

Details

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

See Also

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

Examples

Run this code
# NOT RUN {
st = standingTree(dbh=50, solidType=4, height=25)
ag = angleGauge(baf=4)
iz.ichs = importanceCHSIZ(st, ag)
summary(iz.ichs)
plot(iz.ichs, axes=TRUE, cex=2)
# }

Run the code above in your browser using DataLab