sc_plotnni: Plot National Nutrient Inventory data for streams
Description
Function to plot time series of nitrogen and phosphorus budgets for a given stream
COMID. This function allows a user to return a time series of major inputs,
outputs, and derived metrics of nitrogen and phosphorus. Plot is returned as an
object
if (FALSE) {
p <- sc_plotnni(comid='1337420')
p <- sc_plotnni(comid='1337420', include.nue=TRUE)
p <- sc_plotnni(comid='1337420', include.inset=FALSE)
}