ANI.histogram | R Documentation |
This function constructs a histogram using ANI values
ANI.histogram(
bactaxRObject,
bindwidth = 0.01,
xmin = 79,
xmax = 100,
xline = NULL,
xlinecol = "#20A387FF",
xlinetype = "dashed"
)
bactaxRObject |
A bactaxRObject |
xmin |
Minimum value for the X-axis. Defaults to 79 (ANI). |
xmax |
Maximum value for the X-axis. Defaults to 100 (ANI). |
xline |
Numeric value (or vector of numeric values) at which to draw vertical line(s) along the X-axis (i.e., ANI values). Defaults to NULL (no vertical lines). |
xlinecol |
Character (or vector of characters) corresponding to ggplot2 color(s) for xline. Defaults to "#20A387FF". |
xlinetype |
Character (or vector of characters) corresponding to ggplot2 line type(s) for xline. Defaults to "dashed". |
binwidth |
Width of bins in the histogram. Defaults to 0.01 (ANI). |
A ggplot2 object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.