Description Usage Arguments Examples
Create a d3rain visualization
1 |
.data |
A table of data |
x |
A numeric 'ranking' variable, e.g. percentile, rank, etc. |
y |
A factored, ordinal variable |
toolTip |
Which variable to display on drip tooltips |
reverseX |
Whether to reverse the x-axis |
title |
Visualization title |
1 2 3 4 | iris %>%
d3rain(x = Sepal.Length, y = Species, toolTip = Sepal.Length, title = "Sepal Length by Species") %>%
drip_settings(jitterWidth = 30, dripFill = 'steelblue') %>%
chart_settings(yAxisTickLocation = 'center')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.