| dot_plot | R Documentation |
dot_plot returns a ggplot object of ranked data with group on the
x-axis and rank on the y-axis. Point size indicates the number of
observations seen at that point. A per group horizontal line shows the group
ranked mean
dot_plot(hrest, group_col, theme_style = "modern", color_palette = "okabe_ito")
hrest |
the hrest object from |
group_col |
quoted group column name |
theme_style |
character specifying the theme style |
color_palette |
character specifying the color palette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.