Learn R Programming

ypr (version 0.5.2)

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, ...)

Value

An object of class ypr_population.

Arguments

object

The populations or populations.

...

One or more of the arguments from ypr_population().

populations

An object of class ypr_populations().

Methods (by generic)

  • update: Update Populations Parameters

See Also

ypr_population()

Examples

Run this code
ypr_populations_update(ypr_populations(Rk = c(2.5, 4)), Rk = 2.5)

Run the code above in your browser using DataLab