map.axis | R Documentation |
Draws axes on a map.
## S3 method for class 'axis'
map(
side = 1,
at,
major.interval = 1,
major.cex = 0.6,
minor.cex = 0.4,
cex = 1,
language = "english",
...
)
side |
An integer(s) specifying which side(s) of the plot the axis is to be drawn on. The axis is placed as follows: 1=below, 2=left, 3=above and 4=right. |
at |
A vector in decimal degrees specifying the points at which tick-marks are to be drawn. |
major.interval |
A numerical scalar specifying the modulus which define where major tick marks lie. The default value is 1. |
major.cex |
A numerical value specifying the major tick mark character expansion value. |
minor.cex |
A numerical value specifying the minor tick mark character expansion value. |
... |
Further parameters passed on to the |
map
, axis
map.new()
map.axis()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.