miscellaneous functions {vegsoup} | R Documentation |
Simple functions for regular data precessing tasks.
compass(x, fine = TRUE) singleton(obj) singletons(obj)
x |
numeric. |
fine |
logical. |
obj |
|
Function compass
cuts numeric values of angular degrees into characters
of the wind-rose. If called without arguments the functions reports the
breakpoints an associated labels.
singeltons
is TRUE
if any partition has only 1 member;
singelton
returns the index.
character (compass) numeric (singelton) logical (singeltons)
Roland Kaiser
compass(c(0,220)) compass(22, fine = FALSE) compass(22, fine = TRUE)