ypr_update | R Documentation |
Update a YPR Object Currently just works with scalar parameters for populations and ecotypes.
ypr_update(x, ...) ## S3 method for class 'ypr_population' ypr_update(x, ...) ## S3 method for class 'ypr_populations' ypr_update(x, ...) ## S3 method for class 'ypr_ecotypes' ypr_update(x, ...)
x |
A population, populations or ecotypes object to update. |
... |
One or more parameter values from |
ypr_update(ypr_population)
: Update Population Parameters
ypr_update(ypr_populations)
: Update Populations Parameters
ypr_update(ypr_ecotypes)
: Update Populations Parameters
ypr_update(ypr_population(), Rk = 2.5) ypr_update(ypr_populations(Rk = c(2.5, 4)), Rk = 2.5) ypr_update(ypr_ecotypes(Linf = c(2.5, 4)), k = 1.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.