pointRelascope: Generate Objects of Class "'pointRelascope'"

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 "pointRelascope". This method should be used in preference to new to insure a valid object.

Usage

1
pointRelascope(angleDegrees, ...)

Arguments

angleDegrees

This is the signature argument: the relascope angle in degrees.

...

Arguments that are defined in pointRelascope-methods

Details

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

Value

A valid object of class "pointRelascope"

Author(s)

Jeffrey H. Gove

See Also

pointRelascope-methods and the "ArealSampling" class.

Examples

1
2
3
4
5
6
#
#  create an object with a with 4:1 reach:width factor angle...
#
(angle = .StemEnv$rad2Deg(2*atan(1/4)))
prs = pointRelascope(angle, units='English')
prs

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