Generating a correlation plot
1 | makeCorrplot(x, y = NULL, method = "pearson", adjust = "fdr")
|
x |
Matrix or dataframe containing only numeric data |
y |
An optional second matrix or dataframe with the same number of rows as x |
method |
Options are "pearson", "spearman" or "kendall" |
adjust |
Method for p-value correction; Options are "holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr" and "none" |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.