A method for circular object, which combines its arguments
A method for circular object, which combines its arguments
## S3 method for class 'circular' c(..., recursive = FALSE)
... |
vectors, the first of which of class |
recursive |
logical. If 'recursive=TRUE', the function recursively descends through lists combining all their elements into a vector. |
Claudio Agostinelli
x <- rvonmises(10, circular(0), 10) y <- rvonmises(10, circular(0), 10, control.circular=list(units="degrees")) z <- runif(10, 0, 20) # here you do not use circular properties, #####but you mean it is measured in degrees c(x, y, z) # While y is converted in radians, z is treated as it was!
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.