View source: R/process_auxiliary.R
process_conformity | R Documentation |
Check if all of "lon"
, "lat"
, and "time"
(only if check_time = TRUE
) then convert inputs into a
SpatVector
object.
process_conformity(locs = NULL, check_time = FALSE, locs_epsg = "EPSG:4326")
locs |
Data. sf, SpatVector, or data.frame |
check_time |
logical(1). Whether |
locs_epsg |
character(1). |
a SpatVector
object
Insang Song
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.