subset | R Documentation |
Operators acting on objects to extract or replace parts.
## S4 method for signature 'RataDie'
x[i]
## S4 method for signature 'TimeIntervals'
x[i]
## S4 method for signature 'TimeSeries'
x[i, j, k, drop = FALSE]
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:
as.data.frame()
,
labels()
,
length()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.