tests/ggplot.R

if(FALSE && require(ggplot2)) {
 data(mtcars)
 library(SVGAnnotation)

 doc = svgPlot(qplot(factor(cyl), wt, geom=c("boxplot", "jitter"), data = mtcars))

 getPlotRegionNodes(doc)
}
duncantl/SVGAnnotation documentation built on May 15, 2019, 5:57 p.m.