Learn R Programming

tabula (version 1.8.0)

mutator: Get or Set Parts of an Object

Description

Getters and setters to extract or replace parts of an object.

Usage

get_method(x)

# S4 method for DiversityIndex get_method(x)

Value

An object of the same sort as object with the new values assigned.

Arguments

x

An object from which to get or set element(s).

Author

N. Frerebeau

See Also

Other mutator: subset()