Description Usage Arguments Value
Function to calculate a double logistic function parameterized by z50 and slope for ascending/descending limbs
1 | dbllogistic(z, ascZ50, ascSlope, dscZ50, dscSlope, fsz = 0)
|
z |
- vector of sizes at which to compute selectivities |
ascZ50 |
- ascending logistic size at which selectivity = 0.5 (logit-scale mean) |
ascSlope |
- ascending logistic slope at z50 |
dscZ50 |
- descending logistic size at which selectivity = 0.5 (logit-scale mean) |
dscSlope |
- descending logistic slope at z50 |
fsz |
- if fsz>0, fsz=fully-selected size. if fsz<0, function is normalized to max. if fsz=0, no re-scaling is done |
vector with selectivity values at the elements of z
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.