plot_signature {coda4microbiome}R Documentation

plot_signature

Description

Graphical representation of the variables selected and their coefficients

Usage

plot_signature(vars, coeff, showPlots = TRUE, varnames = NULL)

Arguments

vars

variables selected

coeff

associated coefficients

showPlots

if TRUE, shows the plots (default = TRUE)

varnames

if TRUE, shows the names of the variables

Value

bar plot

Author(s)

M. Calle - T. Susin

Examples


plot_signature(c(2,10, 3, 15, 4), c(0.8, -0.1, 0.2, -0.6, -0.3))



[Package coda4microbiome version 0.2.3 Index]