add_point_plot | R Documentation |
Create a dot plot from any range - add_point_plot
add_point_plot(data, palette, add_label, width, vals_range, accuracy)
data |
The single value that will be used to plot the point. |
palette |
A length 3 palette, used to highlight high/med/low |
add_label |
A logical indicating whether to add the label or note. This will only be added if it is the first or last row. |
width |
A numeric indicating the |
vals_range |
vector of length two indicating range |
accuracy |
A number to round to. Use (e.g.) Applied to rescaled data. |
gt table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.