Usage
detectionMaps(CTtable,
recordTable,
Xcol,
Ycol,
stationCol = "Station",
speciesCol = "Species",
speciesToShow,
richnessPlot = TRUE,
speciesPlots = TRUE,
addLegend = TRUE,
printLabels = FALSE,
smallPoints,
plotR = TRUE,
writePNG = FALSE,
plotDirectory,
createPlotDir = FALSE,
pngMaxPix = 1000,
writeShapefile = FALSE,
shapefileName,
shapefileDirectory,
shapefileProjection
)
Arguments
CTtable
data.frame. contains station IDs and coordinates
Xcol
character. name of the column specifying x coordinates in CTtable
Ycol
character. name of the column specifying y coordinates in CTtable
stationCol
character. name of the column specifying station ID in CTtable
and recordTable
speciesCol
character. name of the column specifying species in recordTable
speciesToShow
character. Species to include in the maps. If missing, all species in recordTable
will be included.
writePNG
logical. Create PNGs of the plots?
plotR
logical. Create plots in R graphics device?
plotDirectory
character. Directory in which to save the PNGs
createPlotDir
logical. Create plotDirectory
?
richnessPlot
logical. Generate a species richness plot?
speciesPlots
logical. Generate plots of all species number of independent events?
printLabels
logical. Add station labels to the plots?
smallPoints
numeric. Number by which to decrease point sizes in plots (optional).
addLegend
logical. Add legends to the plots?
pngMaxPix
integer. number of pixels in pngs on the longer side
writeShapefile
logical. Create a shapefile from the output?
shapefileName
character. Name of the shapefile to be saved. If empty, a name will be generated automatically.
shapefileDirectory
character. Directory in which to save the shapefile.
shapefileProjection
character. A character string of projection arguments to use in the shapefile.