axisMap | R Documentation |
Draw checkerboard-style axes on a map with appropriate scales and annotations.
axisMap(latitude = FALSE, width = 0.05, len = 1,
cols = c("black", "white"), ...)
latitude |
by default axes are drawn for the longitudes (above
and below the map). Use |
width |
the width of the bands. |
len |
the length (increment) of the bands. |
cols |
the alternate colours of the bands. |
... |
further arguments passed to |
The axes are drawn as bands of width given by the argument of the same
name and alternate colors according to len
.
Emmanuel Paradis
require(maps)
map()
axisMap(len = 10)
## 'las' is passed with '...'
axisMap(TRUE, len = 10, las = 0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.