map_base.Rd
Plot a map with lines for the United States, including islands.
map_base(x_min = -155, x_max = -115, y_min = 20, y_max = 48)
A ggplot2::ggplot()
object.
if (FALSE) { # \dontrun{
# Return a blank base map
map_base()
# TODO: example with map_base second
} # }