# load station information
data(camtraps)
# load record database
data(recordDatabaseSample)
# create maps
Mapstest <- detectionMaps(CTtable = camtraps,
recordTable = recordDatabaseSample,
Xcol = "utm_x",
Ycol = "utm_y",
stationCol = "Station",
speciesCol = "Species",
writePNG = FALSE,
plotR = TRUE,
printLabels = TRUE,
richnessPlot = TRUE,
addLegend = TRUE
)
Run the code above in your browser using DataLab