The goal of 'plotthis' is to wrap up some frequently used ggplot functions
Please install from github:
devtools::install_github("liuyanguu/plotthis")
This is a basic example which shows you how to solve a common problem:
library(plotthis)
scatter.plot.simple(data = datam1_terra, x = "col_water_cm", y = "Column_WV")
scatter.plot.diagonal(data = datam1_terra, x = "col_water_cm", y = "Column_WV", add_abline = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.