Learn R Programming

ypr (version 0.4.0)

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

Arguments

object

The populations or populations.

...

One or more of the arguments from ypr_population().

population

An object of class ypr_population().

Value

An object of class ypr_population.

Methods (by generic)

  • update: Update Population Parameters

See Also

ypr_population()

Examples

Run this code
# NOT RUN {
ypr_population_update(ypr_population(), Rk = 2.5)
# }

Run the code above in your browser using DataLab