plot_nhd {FedData} | R Documentation |
A basic plotting function for NHD data.
Description
This is more of an example than anything
Usage
plot_nhd(x, template = NULL)
Arguments
x |
The result of get_nhd. |
template |
An |
Value
A ggplot2
panel of plots
Examples
## 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)
[Package FedData version 4.0.1 Index]