plotEXP | R Documentation |
Function used to plot the correlation between the exposures in an ExposomePCA and the values for each component of the PCA in the same ExposomePCA
plotEXP(object, exposure)
object |
An object of class ExposomePCA |
exposure |
(optional) to select a set of exposures to be ploted. If not given all are used. |
An object of class ggplot
.
pca to compute PCA on an ExposomeSet, plotPHE to plot the P-Value of association between phenotypes ans PCA, ExposomePCA as main class
data("exposome") epca <- pca(expo[3:7, 1:100]) plotEXP(epca)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.