# Get sample data
library(agricolae)
data(plrv)
library(fbmet)
# enable easy summaries
#library(magrittr)
library(dplyr)
atable <- plrv %>% group_by(Genotype, Locality) %>% summarise(Yield = mean(Yield))
if(interactive()){
gg_env_plot(atable)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.