Nothing
library(wqtrends)
# data to model
tomod <- subset(rawdat, rawdat$station == 34 & rawdat$param == 'chl' & yr > 2015)
# test model
mod <- anlz_gam(tomod, trans = 'log10')
# test model ident
modident <- anlz_gam(tomod, trans = 'ident')
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.