plo_vip.Rd
Plots the Variable Importance in Projections (VIP) indexes of a PLS regression.
plo_vip(object, ncomp = NULL, sort = FALSE,
col = "steelblue4", repel = FALSE)
an object of class mvr
from pls
package
the number of components to use for computing VIPs
logical. If TRUE
, bars are sorted by decreasing VIPs. Default is FALSE
.
color of the bars
logical. If TRUE
, the names of the variables are repelled with geom_text_repel
. Default is FALSE
a ggplot2
object
Martens, H., Næs, T. (1989) Multivariate calibration. Chichester: Wiley.
Tenenhaus, M. (1998) La Regression PLS. Theorie et Pratique. Editions TECHNIP, Paris.