knitr::opts_chunk$set(echo = TRUE)
tanom <- temp$Value
source("R/find_anom.R")

find_anom(temp)
source("R/find_precip_anom.R")

find_precip_anom(precip)
source("R/crop_loss.R")

crop_loss(ag_temp)


kellyodion/ESM262-function-HW documentation built on June 14, 2019, 12:31 p.m.