Add Scale to Existing Unprojected Map
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 |
|
y |
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("world", "China") map.scale()
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.