dot_plot: dot plot of ranked data without technical replicates

View source: R/functions.R

dot_plotR 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 estimate

group_col

quoted group column name


besthr documentation built on April 14, 2023, 9:11 a.m.