[.circular {circular} | R Documentation |
Operators act on vectors and matrices to extract or replace subsets, methods for Circular Data.
## S3 method for class 'circular': x[i, ...]
x |
object from which to extract elements. |
i, ... |
elements to extract or replace. |
Claudio Agostinelli
x <- circular(matrix(rwrappednormal(n=100, mu=circular(0)), nrow=5)) dim(x) x[1,] x[,1] x[,1, drop=FALSE]