View source: R/crawl_interpolation.R
crawl_interpolation | R Documentation |
Single and Multiple Realizations Using crawl Package
crawl_interpolation(
coord,
delta.t,
ID_names,
max_refit_attempts,
n.indiv,
paths,
paths.proj,
paths.tranform.crs,
simulation,
simulation.iter,
time.grid,
Time.name
)
coord |
A character vector of length 2 giving the names of the longitude/easting and latitude/northing columns in the |
delta.t |
The gap in time between each frame in the animation. Specify one of |
ID_names |
a list of names for each animal in the data |
max_refit_attempts |
an integer of number of attempts per individual to fit crawl model |
n.indiv |
an integer of the total number of unique animals in the data |
paths |
A list of all paths from each animals stored in a |
paths.proj |
PROJ.4 string corresponding to the projection of the data |
paths.tranform.crs |
a character string of coordinate projection transformation based on the animals' location. |
simulation |
logical. Generate simulation predictions to have multiple projects for the animal paths |
simulation.iter |
an integer of how many paths the crawl model will generate |
time.grid |
grid for synchronized interpolations |
Time.name |
The name of the columns in |
interpolation values from crawl package
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.