plot_westcoast: Plot the United States west coast using ggplot2

View source: R/plot_westcoast.R

plot_westcoastR Documentation

Plot the United States west coast using ggplot2

Description

Plot the United States west coast such that it can used as a standalone figure or as a base to plot data points on.

Usage

plot_westcoast()

Value

A ggplot2 object.

Author(s)

Kelli F. Johnson

See Also

  • PlotMap.fn() uses this function as the base map.

Examples

## Not run: 
if (require("maps") && require("mapproj")) {
  map_object <- plot_westcoast()
  print(map_object)
  ggplot2::ggsave(
    filename = "myfilename.png",
    plot = map_object
  )
}

## End(Not run)

nwfsc-assess/nwfscSurvey documentation built on Sept. 9, 2024, 10:14 a.m.