plot_norwest: Plot temperature by site/PERMA_FID; plot faceted by year

Description Usage Arguments Details Value Examples

View source: R/func_plot_norwest.R

Description

This function plots daily mean temperature for a user-specified PERMA_FID within a user-specified data frame. If the PERMA_FID has multiple calendar years of data, the plot is faceted by year.

Usage

1
plot_norwest(basin, site, parameter)

Arguments

site

PERMA_FID

parameter

options are DailyMean, DailyMax, DailyMin, DailySD

Details

#' @param basin with data to be plotted, options are "Clearwater", "Salmon", "SpoKoot", "MidSnake", "SnakeBear"

Value

ggplot2 line plot faceted by year; facet labels are OBSPRED_ID: SampleYear

Examples

1
plot_norwest(Clearwater, 12163, DailyMean)

jjwill2/idtemp documentation built on Aug. 10, 2020, 12:44 a.m.