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