Skip to contents

Function to plot time series of nitrogen and phosphorus budgets for a given lake 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

Usage

lc_plotnni(comid, include.nue = FALSE)

Arguments

comid

Identifier of lake COMID user wants to plot NNI data for. Must be a character string with the COMID digit. Syntax: com=<COMID>

include.nue

Include time series of nitrogen use efficiency in the returned plot. The default value is false. Values: true|false

Value

Return plot as an object.

Author

Selia Markley

Examples

if (FALSE) { # \dontrun{
p <- lc_plotnni(comid='23794487')
p <- lc_plotnni(comid='23794487', include.nue=TRUE)
} # }