Description Usage Arguments Examples
Using a Von Bertalanffy growth function and parameters you supply, show the trajectory for the supplied age vector
1 | vb.growth.f(age.vector, Linf, k, t0, cv)
|
age.vector |
ages |
Linf |
VB maximum length (cm) |
k |
VB k |
t0 |
VB t-zero |
cv |
coefficient of variation on length for an age |
1 2 | vb.growth.f(age.vector=1:40,Linf=42,k=0.086,t0=-1.57,cv=0.1)
cohort.props.f(birth.year=2011, final.year = 2030, Linf = 42, k = 0.086, t0 = -1.57, cv = 0.089)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.