Description Usage Arguments Value Author(s) References Examples
Arrange correlation matrices from cross.correlate into a table format
1 | cmat2table(res, verbose = FALSE)
|
res |
Output from cross.correlate |
verbose |
verbose |
Correlation table
Contact: Leo Lahti microbiome-admin@googlegroups.com
See citation('microbiome')
1 2 3 4 5 | data(peerj32)
d1 <- peerj32$microbes[1:20, 1:10]
d2 <- peerj32$lipids[1:20,1:10]
cc <- cross.correlate(d1, d2, mode = 'matrix')
cmat <- cmat2table(cc)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.