draw_libsize_hist | R Documentation |
This creates a histogram of the library sizes of the AnyHermesData object.
draw_libsize_hist(object, bins = 30L, fill = "darkgrey")
object |
( |
bins |
( |
fill |
( |
The ggplot
object with the histogram.
result <- hermes_data
draw_libsize_hist(result)
draw_libsize_hist(result, bins = 10L, fill = "blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.