(Internal) create a tidy dataframe of correlations suitable for plotting
(Internal) create a tidy dataframe of correlations suitable for plotting
gather_cor(data, cor_method = "pearson", na_action = "pairwise.complete.obs")
data |
data.frame |
cor_method |
correlation method to use, from |
na_action |
The method for computing covariances when there are missing
values present. This can be "everything", "all.obs", "complete.obs",
"na.or.complete", or "pairwise.complete.obs" (default). This option is
taken from the |
tidy dataframe of correlations
gather_cor(airquality)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.