plot.hanabi | R Documentation |
S3 method to plot hanabi objects. Used by the
hanabiPlot
function.
## S3 method for class 'hanabi'
plot(
x,
alpha = 0.5,
col = "black",
xlab = "Total counts",
ylab = "Unique features",
main = "Hanabi plot",
pch = 1,
...
)
## S3 method for class 'hanabi'
points(x, ...)
## S3 method for class 'hanabi'
lines(x, ...)
x |
The hanabi object to plot. |
alpha |
The alpha transparency of the plot lines. |
col |
A vector indicating a color per sample (or a vector that can be recycled that way). |
xlab |
Horizontal axis label. |
ylab |
Vertical axis label. |
main |
Plot title. |
pch |
Plot character at the tip of the lines. |
... |
Other parameters passed to the generic plot, points or lines functions. |
Charles Plessy
Other CAGEr richness functions:
hanabi
,
hanabiPlot()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.