multiple script updates and bug fixes

This commit is contained in:
Tanushree Tunstall 2022-08-04 16:48:17 +01:00
parent 599cd7493f
commit bf41d01b39
2 changed files with 13 additions and 8 deletions

View file

@ -12,7 +12,7 @@ my_corr_pairs <- function (corr_data_all
{
corr_data_df = corr_data_all[corr_cols]
my_bg = categ_colour[corr_data_all[[colour_categ_col]] ]
my_bg = categ_colour[as.factor(corr_data_all[[colour_categ_col]])] # converted to factor
OutPlot_corr = pairs.panels(corr_data_df
, method = corr_method