knitr::opts_chunk$set(fig.width=12, fig.height=6, fig.path='Figs/', echo=FALSE, warning=FALSE, message=FALSE)
library(dimpler) library(plyr) data <- read.csv("data/dataCCCN.csv") dimpler(data, "dimpleBubble-cccn")
data <- read.csv("data/dataCC.csv") dimpler(data,"dimpleBarVer-cc") # data2 <- ddply(data, .(Cat2,Cat1), nrow) # dimpler(data2,"dimpleAreaHorFac-ccn")
data3 <- data dimpler(data3,"dimpleBarVer-cc") dimplerBarVer(data3)
# dimpler(data,"dimpleAreaHor-ccn")
# dimpler(data,"dimpleAreaHorCard-ccn")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.