met.plot_PLS3DLoading | R Documentation |
met.plot_PLS3DLoading
visualizes which features are responsible for the patterns seen among the samples in partial least squares-discriminant analysis.
met.plot_PLS3DLoading(
mSetObj = NA,
imgName = "PLS3DLoading",
format = "json",
inx1 = 1,
inx2 = 2,
inx3 = 3,
export = F
)
mSetObj |
Input name of the created mSet object.
Data container after partial least squares-discriminant analysis ( |
imgName |
(Character) Enter a name for the image file (if |
format |
format. |
inx1 |
(Numeric) Indicate the number of the principal component for the x-axis of the loading plot. |
inx2 |
(Numeric) Indicate the number of the principal component for the y-axis of the loading plot. |
inx3 |
(Numeric) Indicate the number of the principal component for the z-axis of the loading plot. |
export |
(Logical, |
The input mSet object with added 3D scatter plot. The plot can be retrieved from within R by executing met.print_PLS3DLoading(mSetObj$imgSet$pls.loading3d.plot)
.
Nicolas T. Wirth mail.nicowirth@gmail.com Technical University of Denmark License: GNU GPL (>= 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.