R/AllGenerics.R
R/mutators.R
mutator.Rd
Getters and setters to extract or replace parts of an object.
get_method(x) # S4 method for DiversityIndex get_method(x)
An object from which to get or set element(s).
An object of the same sort as object with the new values assigned.
object
Other mutator: subset()
subset()
N. Frerebeau