Hello,
I was wondering how you made your map look so nice?
Is all that done just with the detectionMaps function? My legend right now is not particularly legible...
deerMap <- detectionMaps(CTtable = camtraps,
recordTable = deerRec,
Xcol = "utm_x",
Ycol = "utm_y",
backgroundPolygon = poly3,
stationCol = "Station",
speciesCol = "Species",
writePNG = FALSE,
plotR = TRUE,
printLabels = F,
richnessPlot = F,
addLegend = TRUE
)
Thank you!!
-Chloe