subset {kairos} | R Documentation |
Extract or Replace Parts of an Object
Description
Operators acting on objects to extract or replace parts.
Usage
## S4 method for signature 'MeanDate'
x[i, j, k, drop = FALSE]
## S4 method for signature 'IncrementTest'
x[i, j, k, drop = FALSE]
## S4 method for signature '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 |
Value
A subsetted object.
Author(s)
N. Frerebeau
See Also
Other mutators:
data.frame
,
model
,
mutators
,
series()
[Package kairos version 2.1.1 Index]