powered by
hcdensity(x, area = FALSE, ...) hc_add_series_density(hc, x, area = FALSE, ...)
highchart
htmlwidget
highchart() %>% hc_add_series_density(rnorm(1000)) %>% hc_add_series_density(rexp(1000), area = TRUE)
Run the code above in your browser using DataLab