scale_hn | R Documentation |
This function comes from the pelaDSM package. This functions allows to calculate the sigma of a half normal detection function according to the effective strip width esw decided for the detection quality.
scale_hn(esw, lower = 0.001, upper = 5)
esw |
numeric. Effective strip width in km. |
lower |
numeric. Lower range of search. |
upper |
numeric. Upper range of search. |
numeric. The sigma parmater of a half normal function associated with a esw value.
scale_hn(esw = 0.16) # sigma = 0.128
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.