knitr::opts_chunk$set( collapse = TRUE, comment = "#>" )
library(efun)
x <- rnorm(20) discretize(x, method = "quantile") discretize(x, method = "jenks") discretize(x, method = "isowidth")
denstogram(data = ggplot2::diamonds, xvar = price)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.