R/graphs.R
draw_libsize_hist.Rd
This creates a histogram of the library sizes of the AnyHermesData object.
draw_libsize_hist(object, bins = 30L, fill = "darkgrey")
(AnyHermesData) input.
AnyHermesData
(count) number of evenly distributed groups desired.
count
(string) color of the bars filling.
string
The ggplot object with the histogram.
ggplot
result <- hermes_data draw_libsize_hist(result) draw_libsize_hist(result, bins = 10L, fill = "blue")