View source: R/stats_chemometrics.R
PlotOPLS.Imp | R Documentation |
PlotOPLS.Imp OPLS VIP plotting function
PlotOPLS.Imp(
mSetObj = NA,
imgName,
format = "png",
dpi = 72,
width = NA,
type = "vip",
feat.nm = "tscore",
feat.num = 15,
color.BW = FALSE
)
mSetObj |
mSetObj objects generated from last step |
imgName |
image name |
format |
image format, can be "png", "jpg", "tiff", "pdf" and "svg" |
dpi |
numeric, dpi number |
width |
numeric, width number |
type |
analysis type, can be "vip" only |
feat.nm |
feature name, should be "tscore" for now |
feat.num |
feature number |
color.BW |
color information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.