Angle-class: An S4 class to represent angle values.

Description Slots See Also Examples

Description

An S4 class to represent angle values. It has a slot that sets whether it is in degrees or radians, so the methods and functions can adapt to it instead of users. Only allows positive values. Use the helper function asAngle to generate new objects of this class.

Slots

values

numeric.

degrees

logical.

See Also

asAngle

Examples

1
showClass("Angle")

GastonMauroDiaz/caiman documentation built on Jan. 22, 2022, 4:43 a.m.