my_corr_num_graph | R Documentation |
Show PerformanceAnalytics correlation chart for all the numeric varibles in the data.
my_corr_num_graph(df, na.rm = TRUE)
df |
A data frame. |
na.rm |
will remove NAs before making plots. |
Data must have the type of variables your looking to summarize.
library(tidyverse) iris %>% my_corr_num_graph()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.