library(recharts3)
ePoints(iris[,3:5],
xvar = as.formula(paste("~","Petal.Length")),
yvar = as.formula(paste("~","Petal.Width")),
series = as.formula(paste("~","Species")), theme = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.