Skip to content

Instantly share code, notes, and snippets.

@troyhill
troyhill / script_flowVsStage_20200803.R
Created August 3, 2020 13:38
Flow through S333 by headwater stage category, WY2006-2019
### calculate total flow through S333 below and above 9.2' from WY 2006-2019.
if(!"devtools" %in% installed.packages()) install.packages("devtools", repos='http://cran.us.r-project.org')
if(!"SFNRC" %in% installed.packages()) devtools::install_github("troyhill/SFNRC")
library(SFNRC)
theme_set(theme_bw())