angleGauge {sampSurf}R Documentation

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.

Details

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

Value

A valid object of class "angleGauge"

Author(s)

Jeffrey H. Gove

See Also

angleGauge-methods and the "ArealSampling" class.

Examples

#
#  create an object with an English 10 baf angle gauge...
#
ag = angleGauge(10, units='English')
ag

[Package sampSurf version 0.7-4 Index]