Description Usage Arguments Examples
View source: R/s1_proc_inputs.R
Coerces a data.frame to a dets object
1 | as.dets(x, crs = 4326)
|
x |
A |
crs |
Coordinate Reference System to use for the detections. Passed
to |
1 2 3 4 5 6 7 | #Load a CSV of already processed detections
proc.det.csv <- read.csv(
system.file("extdata", "processed_detections.csv",
package = "ADePTR"))
#Coerce to dets
proc.det2 <- as.dets(proc.det.csv)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.