id <- function(x) { return(x); }
#
library("MASS") # for Boston Housing data
library("vioplot")
args <- tapply(Boston$medv, Boston$rad, FUN=id)
args$names <- names(args)
names(args)[1] <- 'x'
do.call("vioplot", args)
title(main="Violin plot", xlab="rad", ylab="medv")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.