# Get sample data
library(agricolae)
data(plrv)
library(fbmet)
model<- with(plrv, AMMI(Locality, Genotype, Rep, Yield, console=FALSE))
if(interactive()){
gg_biplot(model)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.