Description Usage Arguments Value See Also Examples
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.
1 | 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
1 2 3 4 | data("exposome")
expo.c <- correlation(expo)
plotCorrelation(expo.c, type="circos")
plotCorrelation(expo.c, type="matrix")
|
Loading required package: Biobase
Loading required package: BiocGenerics
Loading required package: parallel
Attaching package: ‘BiocGenerics’
The following objects are masked from ‘package:parallel’:
clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
clusterExport, clusterMap, parApply, parCapply, parLapply,
parLapplyLB, parRapply, parSapply, parSapplyLB
The following objects are masked from ‘package:stats’:
IQR, mad, sd, var, xtabs
The following objects are masked from ‘package:base’:
anyDuplicated, append, as.data.frame, basename, cbind, colnames,
dirname, do.call, duplicated, eval, evalq, Filter, Find, get, grep,
grepl, intersect, is.unsorted, lapply, Map, mapply, match, mget,
order, paste, pmax, pmax.int, pmin, pmin.int, Position, rank,
rbind, Reduce, rownames, sapply, setdiff, sort, table, tapply,
union, unique, unsplit, which.max, which.min
Welcome to Bioconductor
Vignettes contain introductory material; view with
'browseVignettes()'. To cite Bioconductor, see
'citation("Biobase")', and for packages 'citation("pkgname")'.
Registered S3 method overwritten by 'pryr':
method from
print.bytes Rcpp
Attaching package: ‘rexposome’
The following object is masked from ‘package:BiocGenerics’:
plotPCA
Warning messages:
1: In chisq.test(...) : Chi-squared approximation may be incorrect
2: In chisq.test(...) : Chi-squared approximation may be incorrect
3: In chisq.test(...) : Chi-squared approximation may be incorrect
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.