Map sightings, effort, and beaufort from DAS file
das.map(x, main, spp = NULL, spp.col = rainbow(length(spp), end = max(1,
length(spp) - 2)/length(spp)), lat.range = NULL, lon.range = NULL,
n.ticks = 5, spp.legend.loc = "topleft", effort.legend.loc = "topright")
filename of a DAS file or a data.frame
from das.read
.
main title for plot.
vector of species codes to plot sightings of. If NULL
, only effort will be shown.
vector of colors for each species.
latitude and longitude range of map.
number of desired tick marks for latitude and longitude.
the location of the species and effort legends.
Can be a single keyword as specified in legend
, or a two-element numeric vector
giving the x (longitude) and y (latitude) coordinates.