angleGauge: Generate Objects of Class "'angleGauge'"

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

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

1

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

1
2
3
4
5
#
#  create an object with an English 10 baf angle gauge...
#
ag = angleGauge(10, units='English')
ag

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