Description Usage Arguments Value Examples
Plot correlation plot
1 |
df |
df containing the melted correlation data with Var1 and Var2, and a value |
ggplot showing correlation between different populations
1 2 3 | corr <- calc_corr(sample_populations_all_groups)
melted_corr <- format_corr(corr)
plot_corr(melted_corr)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.