circularp {circular} | R Documentation |
`circularp' returns the `circularp' attribute (or `NULL'). `circularp<-' sets the `circularp' attribute.
circularp(x) circularp(x) <- value
x |
a vector or a matrix of circular data. |
value |
a vector of length 6. |
The circularp
attribute is a list of five elements: type, units,
template, modulo, zero and rotation; see circular
for
their meaning.
Assignments are checked for consistency.
Assigning NULL
removes the circularp
attribute
and any "circular"
class of x
.
Claudio Agostinelli