dot_plot {besthr} | R Documentation |
dot plot of ranked data without technical replicates
Description
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
Usage
dot_plot(hrest, group_col)
Arguments
hrest |
the hrest object from |
group_col |
quoted group column name |
[Package besthr version 0.3.2 Index]