Learn R Programming

coda4microbiome (version 0.2.4)

plot_signature: plot_signature

Description

Graphical representation of the variables selected and their coefficients

Usage

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

Value

bar plot

Arguments

vars

variables selected

coeff

associated coefficients

showPlots

if TRUE, shows the plots (default = TRUE)

varnames

if TRUE, shows the names of the variables

Author

M. Calle - T. Susin

Examples

Run this code

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


Run the code above in your browser using DataLab