map.scale | R Documentation |
Adds a scale to an existing map, both as a ratio and a distance gauge.
map.scale(x, y, relwidth = 0.15, metric = TRUE, ratio = TRUE, ...)
x |
Horizontal location of left end of distance gauge. If not specified, this will be taken to be near the lower left corner of the map. |
y |
Vertical location of left end of distance gauge. If not specified, this will be taken to be near the lower left corner of the map. |
relwidth |
Proportion of width of display to be used for the scale. The default is 0.15 (15%). |
metric |
If |
ratio |
If |
... |
Further plotting parameters may be specified as for the command text(). |
The scale is calculated from the displayed graph's plotting parameters, and the latitude of the location at which the distance gauge will be displayed.
The exact calculated scale is returned.
This function is meaningful only if no projection= has been specified in the call to map().
A scale is added to the currently displayed map. This takes the form of an approximate 1:n scale (containing 2-3 significant digits), above a distance gauge which is reasonably accurate for the latitude at which it appears. The circumference at the given latitude is interpolated from a radius of 6356.78 km at the pole and 6378.16 km at the equator.
map.axes
map("world", "China")
map.scale()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.