various tweaks to make the RShiny dashboards work

This commit is contained in:
Tanushree Tunstall 2022-04-28 20:20:41 +01:00
parent 5429b8fed7
commit 4f22cd3db1
6 changed files with 33 additions and 14 deletions

View file

@ -40,7 +40,7 @@ my_corr_pairs <- function (corr_data_all
######################################################################
my_pp = function (x, smooth = TRUE, scale = FALSE, density = TRUE, ellipses = TRUE,
digits = 2, method = "pearson", pch = 20, lm = FALSE, cor = TRUE,
digits = 2, method = "spearman", pch = 20, lm = FALSE, cor = TRUE,
jiggle = FALSE, factor = 2, hist.col = "cyan", show.points = TRUE,
rug = TRUE, breaks = "Sturges", cex.cor = 1, wt = NULL, smoother = FALSE,
stars = FALSE, ci = FALSE, alpha = 0.05, ...)