powered by
This is more of an example than anything
plot_nhd(x, template = NULL)
A ggplot2 panel of plots
ggplot2
The result of get_nhd.
An Simple Feature or SpatRaster object to serve as a template for cropping.
Simple Feature
SpatRaster
if (FALSE) { # Get the NHD (USA ONLY) NHD <- get_nhd( template = FedData::meve, label = "meve" ) NHD NHD %>% plot_nhd(template = FedData::meve) }
Run the code above in your browser using DataLab