View source: R/NHD_FUNCTIONS.R
plot_nhd | R Documentation |
This is more of an example than anything
plot_nhd(x, template = NULL)
x |
The result of get_nhd. |
template |
An |
A ggplot2
panel of plots
## Not run:
# Get the NHD (USA ONLY)
NHD <- get_nhd(
template = FedData::meve,
label = "meve"
)
NHD
NHD %>%
plot_nhd(template = FedData::meve)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.