View source: R/lmwLoading1dPlot.R
lmwLoading1dPlot | R Documentation |
Plots the loadings for each effect matrix from lmwPcaEffects
outputs with line plots.
lmwLoading1dPlot(resLmwPcaEffects, effectNames = NULL, axes = c(1, 2), ...)
resLmwPcaEffects |
A list corresponding to the output value of |
effectNames |
Names of the effects to be plotted. if |
axes |
A numerical vector with the Principal Components axes to be drawn. |
... |
Additional arguments to be passed to |
lmwLoading1dPlot
is a wrapper of plotLine
.
A list of ggplot
objects representing the loading plots.
data('UCH') resLmwModelMatrix = lmwModelMatrix(UCH) resLmwEffectMatrices = lmwEffectMatrices(resLmwModelMatrix) resASCA = lmwPcaEffects(resLmwEffectMatrices) lmwLoading1dPlot(resASCA, effectNames = c("Hippurate", "Citrate"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.