Learn R Programming

aion (version 1.4.0)

subset: Extract or Replace Parts of an Object

Description

Operators acting on objects to extract or replace parts.

Usage

# S4 method for RataDie
[(x, i)

# S4 method for TimeIntervals [(x, i)

# S4 method for TimeSeries [(x, i, j, k, drop = FALSE)

Value

A subsetted object.

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.

Author

N. Frerebeau

See Also

Other mutators: as.data.frame(), labels(), length()