fixed pos_count cals in function by specifying dplyr and changed summarize to summarise
This commit is contained in:
parent
bf432cd054
commit
449af7acf4
3 changed files with 24 additions and 16 deletions
|
@ -38,14 +38,6 @@ my_corr_pairs <- function (corr_data_all
|
|||
|
||||
}
|
||||
|
||||
c_plot <- my_corr_pairs(corrplot_df
|
||||
|
||||
, dot_size = 1.6
|
||||
, ats = 1.5
|
||||
, corr_lab_size = 1.5
|
||||
, corr_value_size = 1)
|
||||
|
||||
|
||||
######################################################################
|
||||
my_pp = function (x, smooth = TRUE, scale = FALSE, density = TRUE, ellipses = TRUE,
|
||||
digits = 2, method = "pearson", pch = 20, lm = FALSE, cor = TRUE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue