met/scripts_secondary/exploratory.r

a <- filter(cimis_df, station.name=="Owens Lake North")
b <- filter(cimis_df, station.name=="Owens Lake South")


ggplot(a, aes(x=month.year, y=total.precip)) +
  geom_line()
jwbannister/seepsVeg documentation built on May 20, 2019, 6:23 a.m.