Description Usage Arguments Details Value Examples
View source: R/func_plot_norwest.R
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.
1 | plot_norwest(basin, site, parameter)
|
site |
PERMA_FID |
parameter |
options are DailyMean, DailyMax, DailyMin, DailySD |
#' @param basin with data to be plotted, options are "Clearwater", "Salmon", "SpoKoot", "MidSnake", "SnakeBear"
ggplot2 line plot faceted by year; facet labels are OBSPRED_ID: SampleYear
1 | plot_norwest(Clearwater, 12163, DailyMean)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.