Description Usage Arguments Value Author(s)
Creates a volcano plot for the returned result of
model_fit
1 2 3 4 5 6 7 8 9 10 11 12 | ## S3 method for class 'ModelFit'
volcanoplot(
fit,
hline,
color = "grey10",
alpha = 0.75,
hline_type = "dashed",
hline_color = "grey30",
hline_size = 0.5,
hline_alpha = 0.75,
...
)
|
fit |
ModelFit. Must be returned by |
hline |
numeric. The p-value where the horizontal lines to draw. All values must between 0 and 1. If not given, serious lines will be drown at 0.05, 0.01, 0.001, 0.0001 ... |
color |
character for point color |
alpha |
numeric for point alpha |
hline_type |
character for hline type. Default is dashed |
hline_color |
chracter for hline color. |
hline_size |
numeric for hline size |
hline_alpha |
numeric for hline alpha |
... |
other args |
ggplot
Chenghao Zhu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.