Description Usage Arguments Value See Also Examples
Plots a grid defined by the vectors lat, lon. The grid is plotted on a graph initialized by geoplot. lon gives the meridians plotted and lat the parallels plotted.
1 2 |
lat,lon |
Latitude and longitude of data ( or x and y coordinates),
negative for southern latitudes and western longitudes. May be supplied as
two vectors or as a dataframe lat (or x) including vectors |
col |
Color number used, default value is 1 (black). |
type |
"l" means line and "p" points. Default is "l". |
lwd |
Linewidth. Default value is the value set when the program was called. |
lty |
Linetype. Default value is the value set when the program was called. |
pch |
Type of symbol at gridpoints default is "+". |
nx |
sets smoothness of curved Lambert parallels |
No values returned.
geoplot
, geolines
,
geopolygon
, geotext
, geosymbols
,
geopar
, geolocator
, geocontour
.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.