View source: R/plot_westcoast.R
plot_westcoast | R Documentation |
Plot the United States west coast such that it can used as a standalone figure or as a base to plot data points on.
plot_westcoast()
A ggplot2 object.
Kelli F. Johnson
PlotMap.fn()
uses this function as the base map.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.