calc_return_locs {amadeus} | R Documentation |
Check the time column for proper class and, if geom = TRUE
,
transform data.frame
into a SpatVector
object.
calc_return_locs(covar, POSIXt = TRUE, geom, crs)
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
|
a data.frame or SpatVector object (depending on geom
paramter)
Mitchell Manware