multiple script updates and bug fixes
This commit is contained in:
parent
599cd7493f
commit
bf41d01b39
2 changed files with 13 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue