Skip to contents

This is more of an example than anything

Usage

plot_nhd(x, template = NULL)

Arguments

x

The result of get_nhd.

template

An Simple Feature or SpatRaster object to serve as a template for cropping.

Value

A ggplot2 panel of plots

Examples

if (FALSE) {
# Get the NHD (USA ONLY)
NHD <- get_nhd(
  template = FedData::meve,
  label = "meve"
)
NHD
NHD %>%
  plot_nhd(template = FedData::meve)
}