View source: R/make_activity_fn.R
make_activity_fn | R Documentation |
Helper to use a models specified using activity::fitact
to fit an
activity model and generate single realisations for bootstrapping with
bootdht
.
make_activity_fn(..., detector_daily_duration = 24)
... |
parameters specified by activity::fitact |
detector_daily_duration |
by default we assume that detectors were able to detect animals for 24 hours, if they were only able to do this for some proportion of the day (say daylight hours), then adjust this argument accordingly |
Uses activity::fitact
to generate single possible availability estimates
based on bootstraps. The function returns another function, which can be
passed to bootdht
. It is recommended that you try out the function before
passing it to bootdht
. See examples for a template for use.
a function which generates a single bootstrap estimate of availability
David L Miller
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.