output corr plots with log10 labels

This commit is contained in:
Tanushree Tunstall 2022-08-11 21:03:27 +01:00
parent 3d3e74306c
commit b32398d16f

View file

@ -88,7 +88,7 @@ my_corr_pairs(corr_data_all = corr_df_ps
, hist_col = "coral4"
, dot_size = 1.6
, ats = 1.5
, corr_lab_size = 3
, corr_lab_size =2.5
, corr_value_size = 1)
dev.off()
@ -139,7 +139,7 @@ my_corr_pairs(corr_data_all = corr_df_cons
, hist_col = "coral4"
, dot_size =1.1
, ats = 1.5
, corr_lab_size = 2.15
, corr_lab_size = 1.8
, corr_value_size = 1)
dev.off()