increment in longitude, ignored if longitude
is supplied, but otherwise determines the longitude sequence.
dlatitude
increment in latitude, ignored if latitude
is supplied, but otherwise determines the latitude sequence.
longitude
vector of longitudes, or NULL to prevent drawing
longitude lines.
latitude
vector of latitudes, or NULL to prevent drawing
latitude lines.
col
colour of lines
lty
line type
lwd
line width
polarCircle
a number indicating the number of degrees of latitude
extending from the poles, within which zones are not drawn.
longitudelim
optional argument specifying suggested longitude limits
for the grid. If this is not supplied, grid lines are drawn for the
whole globe, which can yield excessively slow drawing speeds for
small-region plots. This, and latitu
latitudelim
similar to longitudelim.
debug
a flag that turns on debugging. Set to 1 to get a moderate
amount of debugging information, or to 2 to get more.
Plans
At the moment, the function cannot determine which lines might
work with labels on axes, but this could perhaps be added later, making
this more analogous with grid.
Details
This is somewhat analogous to grid, except that the
first two arguments of the latter supply the number of lines in the grid,
whereas the present function has increments for the first two arguments.
See Also
See mapPlot for general information on plotting maps,
including other functions.