Skip to contents

Add a grid of latitude and longitude lines to the map

Usage

add_lat_lng_grid(map, grid_colour = "#000000")

Arguments

map

The map or map proxy object.

grid_colour

The colour of the grid lines. Default is "#000000".

Value

The map or map proxy object for chaining.

Examples

map() |>
 add_lat_lng_grid()