Skip to contents

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.

See also

Author

Kelli F. Johnson

Examples

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