calc_return_locs {amadeus} | R Documentation |
Prepare covariates for return
Description
Check the time column for proper class and, if geom = TRUE
,
transform data.frame
into a SpatVector
object.
Usage
calc_return_locs(covar, POSIXt = TRUE, geom, crs)
Arguments
covar |
data.frame(1). Calculated covariates |
POSIXt |
logical(1). Should the time values in |
geom |
FALSE/"sf"/"terra". Should |
crs |
terra::crs(1). Coordinate reference system (inherited from
|
Value
a data.frame or SpatVector object (depending on geom
paramter)
Author(s)
Mitchell Manware
[Package amadeus version 1.2.3 Index]