Operators acting on objects to extract or replace parts.
Usage
# S4 method for class 'MeanDate'
x[i, j, k, drop = FALSE]
# S4 method for class 'IncrementTest'
x[i, j, k, drop = FALSE]
# S4 method for class 'PermutationOrder,ANY,missing'
x[[i]]
Arguments
- x
An object from which to extract element(s) or in which to replace element(s).
- i, j, k
Indices specifying elements to extract or replace.
- drop
A
logical
scalar: should the result be coerced to the lowest possible dimension? This only works for extracting elements, not for the replacement.
See also
Other mutators:
data.frame
,
model
,
mutators
,
series()