Learn R Programming

ypr (version 0.5.2)

update.ypr_population: Update Population Parameters

Description

Updates an object of class ypr_population().

Usage

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

ypr_population_update(population, ...)

Value

An object of class ypr_population.

Arguments

object

The populations or populations.

...

One or more of the arguments from ypr_population().

population

An object of class ypr_population().

Methods (by generic)

  • update: Update Population Parameters

See Also

ypr_population()

Examples

Run this code
ypr_population_update(ypr_population(), Rk = 2.5)

Run the code above in your browser using DataLab