Learn R Programming

ypr (version 0.4.0)

update.ypr_populations: Update Population Parameters

Description

Updates an object of class ypr_population().

Usage

# S3 method for ypr_populations
update(object, ...)

ypr_populations_update(populations, ...)

Arguments

object

The populations or populations.

...

One or more of the arguments from ypr_population().

populations

An object of class ypr_populations().

Value

An object of class ypr_population.

Methods (by generic)

  • update: Update Populations Parameters

See Also

ypr_population()

Examples

Run this code
# NOT RUN {
ypr_populations_update(ypr_populations(Rk = c(2.5, 4)), Rk = 2.5)
# }

Run the code above in your browser using DataLab