errorbarplot2 <- function (x,listoffactors,...)
{
a<-tapply(x,listoffactors,mean)
b<-tapply(x,listoffactors,se)
errorbarplot(a,b,...)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.