dot_plot {besthr} | 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)
hrest |
the hrest object from |
group_col |
quoted group column name |