| das.map {swfscMisc} | R Documentation |
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")
x |
filename of a DAS file or a |
main |
main title for plot. |
spp |
vector of species codes to plot sightings of. If |
spp.col |
vector of colors for each species. |
lat.range, lon.range |
latitude and longitude range of map. |
n.ticks |
number of desired tick marks for latitude and longitude. |
spp.legend.loc, effort.legend.loc |
the location of the species and effort legends.
Can be a single keyword as specified in |
Eric Archer eric.archer@noaa.gov