Skip to contents

Getters and setters to retrieve or set parts of an object.

Usage

get_dates(x)

get_groups(x)

get_model(x)

get_weights(x)

# S4 method for AoristicSum
get_dates(x)

# S4 method for EventDate
get_dates(x)

# S4 method for RateOfChange
get_dates(x)

# S4 method for AoristicSum
get_groups(x)

# S4 method for EventDate
get_model(x)

# S4 method for AoristicSum
get_weights(x)

# S4 method for CountApportion
get_weights(x)

# S4 method for MeanDate
get_weights(x)

Arguments

x

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

Value

  • set_*() returns an object of the same sort as x with the new values assigned.

  • get_*() returns the part of x.

Author

N. Frerebeau