View source: R/cu_crw_predict.R
cu_crw_predict | R Documentation |
Uses a list of CRW fitted models and desired prediction times to make location (and velocity) predictions for telemetered animals.
cu_crw_predict(
fit,
predTime = NULL,
barrier = NULL,
vis_graph = NULL,
as_sf = TRUE,
...
)
fit |
A CRW fit object |
predTime |
A character string describing the desired frequency of prediction,
e.g., |
barrier |
An |
vis_graph |
A visibility graph constructed with the R package |
as_sf |
Logical. Return an |
... |
Additional arguments passed to the |
The R package pathroutr
is necessary for use of the barrier
rerouting.
it can be installed with the command
install.packages('pathroutr', repos='https://jmlondon.r-universe.dev')
.
See 'https://github.com/jmlondon/pathroutr' for a description of use and constructing the
viability vis_graph
.
Devin S. Johnson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.