maps (version 2.3-2)

map.axes: Draw Axes on Geographical Maps

Description

Draws a set of axes on an existing map.

Usage

map.axes()

Arguments

Side Effects

x- and y-axes are drawn for the currently displayed map. These will display in longitude and latitude (if no projection= has been specified in the map() call).

Examples

Run this code
map("state")
map.axes()

Run the code above in your browser using DataCamp Workspace