correlation {rexposome} | R Documentation |
Method to calculate the correlation between the exposures of an ExposomeSet. Only numerical-exposures (non categorical) will be computed. The function creates and returns an ExposomeCorr object.
correlation(object, ..., warnings = TRUE)
object |
|
... |
|
warnings |
(default |
ExposomeCorr
with the correlation between the selected
exposures and their description
plotCorrelation to plot the correlations of an ExposomeCorr, clustering to see how the exposures can cluster samples, pca to compute PCA on exposures
data("exposome") expo.c <- correlation(expo) expo.c