AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA
This commit is contained in:
parent
cd9b1ad245
commit
c9d7ea9fad
10 changed files with 208 additions and 128 deletions
|
@ -14,9 +14,8 @@ my_gg_pairs=function(plot_df, plot_title
|
|||
title="ρ",
|
||||
digits=2,
|
||||
justify_labels = "centre",
|
||||
#title_args=c(colour="black"),
|
||||
title_args=c(size=tt_args_size),#2.5
|
||||
group_args=c(size=gp_args_size)#2.5
|
||||
title_args=list(size=tt_args_size, colour="black"),#2.5
|
||||
group_args=list(size=gp_args_size)#2.5
|
||||
)
|
||||
),
|
||||
lower = list(
|
||||
|
@ -93,7 +92,7 @@ corr_ps_colnames = c(static_cols
|
|||
corr_df_ps = corr_plotdf[, corr_ps_colnames]
|
||||
|
||||
# Plot #1
|
||||
plot_corr_df_ps = my_gg_pairs(corr_df_ps, plot_title="Stability features")
|
||||
plot_corr_df_ps = my_gg_pairs(corr_df_ps, plot_title="Stability estimates")
|
||||
##########################################################
|
||||
#================
|
||||
# Conservation
|
||||
|
@ -109,7 +108,7 @@ corr_conservation_cols = c( static_cols
|
|||
corr_df_cons = corr_plotdf[, corr_conservation_cols]
|
||||
|
||||
# Plot #2
|
||||
plot_corr_df_cons = my_gg_pairs(corr_df_cons, plot_title="Conservation features")
|
||||
plot_corr_df_cons = my_gg_pairs(corr_df_cons, plot_title="Conservation estimates")
|
||||
|
||||
##########################################################
|
||||
#================
|
||||
|
@ -139,7 +138,7 @@ corr_df_aff = corr_affinity_df[, corr_aff_colnames]
|
|||
colnames(corr_df_aff)
|
||||
|
||||
# Plot #3
|
||||
plot_corr_df_aff = my_gg_pairs(corr_df_aff, plot_title="Affinity features", tt_args_size = 4, gp_args_size =4)
|
||||
plot_corr_df_aff = my_gg_pairs(corr_df_aff, plot_title="Affinity estimates", tt_args_size = 4, gp_args_size =4)
|
||||
|
||||
#=============
|
||||
# combine
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue