# NOT RUN {
require(moonBook)
require(ggplot2)
require(ggiraph)
ggHeatmap(acs,aes(x=Dx,y=smoking),addlabel=TRUE)
ggHeatmap(rose,aes(x=Month,y=group,fill=value),stat="identity",gradient_colors = c("white","red"))
ggHeatmap(taco,aes(x=AgeGroup,y=Filling,fill=Rating,facet=ShellType),stat="identity")
# }
Run the code above in your browser using DataLab