inv_vb | R Documentation |
This function calculates the inverse of the VBGF, or, time it takes to grow to a particular length
inv_vb(len, linf, k, t0)
len |
Numeric. A length at which to determine how long it takes to grow |
linf |
The L∞ parameter of the VBGF |
k |
The k parameter of the VBGF |
t0 |
The t0 |
A numeric vector of how long it takes to grow to length len
time <- 365
len_at_age <- vbgf(time, 30, (0.2 / 365), -0.2)
inv_vb(len_at_age, 30, (0.2/365), -0.2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.