c.circular | R Documentation |
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
c
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!
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.