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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.