Learn R Programming

StreamCatTools (version 0.10.0)

lc_plotnni: Plot National Nutrient Inventory data for lakes

Description

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)

Value

Return plot as an object.

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

Author

Selia Markley

Examples

Run this code
if (FALSE) {
p <- lc_plotnni(comid='23794487')
p <- lc_plotnni(comid='23794487', include.nue=TRUE)
}

Run the code above in your browser using DataLab