plot.massGAM | R Documentation |
massGAM
objectPlots a massGAM
object using dplot3_bar
## S3 method for class 'massGAM'
plot(
x,
predictor = NULL,
main = NULL,
what = "pvals",
p.adjust.method = "none",
p.transform = function(x) -log10(x),
show = c("all", "signif"),
pval.hline = c(0.05, 0.001),
hline.col = NULL,
hline.dash = "dash",
hline.annotate = as.character(pval.hline),
ylim = NULL,
xlab = NULL,
ylab = NULL,
group = NULL,
grouped.nonsig.alpha = 0.5,
order.by.group = TRUE,
palette = rtPalette,
col.sig = "#43A4AC",
col.ns = "#7f7f7f",
theme = rtTheme,
alpha = NULL,
margin = NULL,
displayModeBar = FALSE,
trace = 0,
filename = NULL,
...
)
x |
|
xlab |
Character: x-axis label for volcano plot |
E.D. Gennatas
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.