dotplot {oceanic} | R Documentation |
dotplot
Description
This function allows you to draw data distribution geographically from a numeric vector.
Usage
dotplot(
lona,
lata,
map = "ALL",
grid = FALSE,
color = "#FF0000",
size = 1,
shape = 16
)
Arguments
lona |
Input the longitude. |
lata |
Input the latitude. |
map |
default is "ALL", Other possible options is "PAC", "IND" and "ATL". |
grid |
default is FALSE, when TRUE show the 5 degree grid. |
color |
default is "#FF0000", define the color of points. |
size |
default is 1, define the size of points. |
shape |
default is 16, define the shape of points. |
Value
the plot of lona
and lata
.
Examples
dotplot(141,23)
[Package oceanic version 0.1.7 Index]