detfn | R Documentation |
Computes probability of detection at a given distance when provided with key function, adjustments and parameters
detfn(z, pars, key = "HN", adjn = 0, adjt = "cos", w = max(z))
z |
generic distance (radial or perpendicular) - can be scalar or vector |
pars |
the detection function parameter values (HN:s,adj1,adj2,...)(HR:s,b,adj1,adj2,...)(UNI:adj1,adj2,...) |
key |
the detection function key, default is Half Normal (HR and UNI might be alternatives) |
adjn |
if 0, no adjustment terms are used, if > 0, number of adjustments to use |
adjt |
type of adjustments to use, defaults to cosine series |
w |
truncation distance, only fundamental for adjustments, by default the max of the distances |
probability of detection
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.