output corr plots with log10 labels
This commit is contained in:
parent
3d3e74306c
commit
b32398d16f
1 changed files with 2 additions and 2 deletions
|
@ -88,7 +88,7 @@ my_corr_pairs(corr_data_all = corr_df_ps
|
||||||
, hist_col = "coral4"
|
, hist_col = "coral4"
|
||||||
, dot_size = 1.6
|
, dot_size = 1.6
|
||||||
, ats = 1.5
|
, ats = 1.5
|
||||||
, corr_lab_size = 3
|
, corr_lab_size =2.5
|
||||||
, corr_value_size = 1)
|
, corr_value_size = 1)
|
||||||
|
|
||||||
dev.off()
|
dev.off()
|
||||||
|
@ -139,7 +139,7 @@ my_corr_pairs(corr_data_all = corr_df_cons
|
||||||
, hist_col = "coral4"
|
, hist_col = "coral4"
|
||||||
, dot_size =1.1
|
, dot_size =1.1
|
||||||
, ats = 1.5
|
, ats = 1.5
|
||||||
, corr_lab_size = 2.15
|
, corr_lab_size = 1.8
|
||||||
, corr_value_size = 1)
|
, corr_value_size = 1)
|
||||||
|
|
||||||
dev.off()
|
dev.off()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue