subset | R Documentation |
Operators acting on objects to extract or replace parts.
## 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]]
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 |
A subsetted object.
N. Frerebeau
Other mutators:
data.frame
,
mutators
,
series()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.