Learn R Programming

sampSurf (version 0.7-6)

angleGauge: Generate Objects of Class "'>angleGauge"

Description

This generic function has only one method used as a constructor function for objects that are of class "'>angleGauge". This method should be used in preference to new to insure a valid object.

Usage

angleGauge(baf, ...)

Arguments

baf

The basal area factor of the angle gauge (prism) in the appropriate units.

See the methods for other arguments.

Value

A valid object of class "'>angleGauge"

Details

Only one method currently exists for object generation. Its arguments are documented in angleGauge-methods.

See Also

angleGauge-methods and the "'>ArealSampling" class.

Examples

Run this code
# NOT RUN {
#
#  create an object with an English 10 baf angle gauge...
#
ag = angleGauge(10, units='English')
ag
# }

Run the code above in your browser using DataLab