Nothing
library(gridGraphics)
assocplot1 <- function() {
## Aggregate over sex:
x <- margin.table(HairEyeColor, c(1, 2))
assocplot(x, main = "Relation between hair and eye color")
}
plotdiff(expression(assocplot1()), "assocplot-1")
plotdiffResult()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.