Learn R Programming

tabula (version 1.6.1)

subset: Extract or Replace Parts of an Object

Description

Operators acting on objects to extract or replace parts.

Usage

# S4 method for DiversityIndex,ANY,missing
[[(x, i)

# S4 method for RefineCA,ANY,missing [[(x, i)

# S4 method for PermutationOrder,ANY,missing [[(x, i)

Arguments

x

An object from which to extract element(s) or in which to replace element(s).

i

A character string specifying elements to extract. Any unambiguous substring can be given (see details).

Value

A subsetted object.

See Also

Other mutator: mutator