Description Usage Arguments Value Examples
Plot the loadings from the ASCA, ASCA-E or APCA methods from PCALMEffects
1 | PlotLoadings(ResPCALMEffects, EffectNames, PCdim, ...)
|
ResPCALMEffects |
A list from the function |
EffectNames |
A character vector of the p effects to plot |
PCdim |
A vector of length p with the number of dimensions to draw for each effects |
... |
More arguments to the function |
A list of p graphs with the asked number of dimensions for each.
1 2 3 4 5 | data('UCH')
ResLMModelMatrix = LMModelMatrix(formula=as.formula(UCH$formula),design=UCH$design)
ResLMEffectMatrices = LMEffectMatrices(ResLMModelMatrix,outcomes=UCH$outcomes)
ResPCALMEffects = PCALMEffects(ResLMEffectMatrices,method="ASCA-E")
PlotLoadings(ResPCALMEffects,c("Citrate","Hippurate"),PCdim=c(2,3))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.