Learn R Programming

sampSurf (version 0.7-6)

pointRelascope-methods: Methods for "pointRelascope" Object Construction in Package ‘sampSurf’

Description

There is currently only one method based on the pointRelascope generic that is used for object construction. It is detailed below.

Arguments

Methods

signature(angleDegrees = "numeric")

This method takes the relascope angle in degrees as the signature argument along with other optional aruments described as follows…

usage…

pointRelascope(angleDegrees,
               units = 'metric',
               description = 'point relascope method',
               ...) 

  • angleDegrees: The relascope angle in degrees.

  • units: Either “English” or “metric”.

  • description: A character vector description of the object.

%item