Description Usage Arguments Examples
plot the location of the file (longitude and latitude) on a map
1 |
lat |
vector of latitudes. |
long |
vecor of longitudes. |
track |
a dataframe of the cruise track (from the sds file) with longitude (long) and latitude (lat) named accordingly. |
margin |
margin of longitude and latitude around edges of current position. |
col |
vector of colors of the cruise track. |
legend |
vector of named colors for use in a heatmap color legend. |
pch |
point character |
cex |
character expansion |
lwd |
line width |
lty |
line type |
zlab |
the label for the values of the heatmap color gradient passed as 'col' |
xlab |
the x-axis label |
ylab |
the y-axis label |
xlim |
limit of x axis |
ylim |
limit of y axis |
... |
additional arguments to be passed to the plot function |
1 2 3 4 | stat.tab <- system.file("extdata","seaflow_cruise","stats.tab",
package="flowPhyto")
stats <- read.delim(stat.tab)
plotLatLongMap(stats$lat[10], stats$long[10], track=stats)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.