dplot3_pvals | R Documentation |
Plot 1 - p-values as a barplot
dplot3_pvals(
x,
xnames = NULL,
yname = NULL,
p.adjust.method = "none",
pval.hline = 0.05,
hline.col = "#FE4AA3",
hline.dash = "dash",
...
)
x |
Float, vector: p-values |
xnames |
Character, vector: feature names |
yname |
Character: outcome name |
p.adjust.method |
Character: method for p.adjust. Default = "none" |
pval.hline |
Float: Significance level at which to plot horizontal line. Default = .05 |
hline.col |
Color for |
hline.dash |
Character: type of line to draw. Default = "dash" |
... |
Additional arguments passed to dplot3_bar |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.