plotCorrelation | R Documentation |
While the circos plot can be used to see the general behaviours intra and
extra families of exposures, the matrix plot allows for a detailed view of
the correlations within an ExposomeCorr
object.
plotCorrelation(object, type = "circos", ...)
object |
|
type |
(default |
... |
Arguments given to |
A list
with different graphics parameters.
correlation as a constructor for ExposomeCorr objects, pca to compute PCA on exposures
data("exposome") expo.c <- correlation(expo) plotCorrelation(expo.c, type="circos") plotCorrelation(expo.c, type="matrix")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.