View source: R/coda4microbiome_functions.R
plot_signature | R Documentation |
Graphical representation of the variables selected and their coefficients
plot_signature(vars, coeff, showPlots = TRUE, varnames = NULL)
vars |
variables selected |
coeff |
associated coefficients |
showPlots |
if TRUE, shows the plots (default = TRUE) |
varnames |
if TRUE, shows the names of the variables |
bar plot
M. Calle - T. Susin
plot_signature(c(2,10, 3, 15, 4), c(0.8, -0.1, 0.2, -0.6, -0.3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.