Mercurial > repos > melpetera > utilitaires
diff CorrTable/Corr_Script_samples_row.R @ 27:e1b75c764ffe draft
Uploaded
author | melpetera |
---|---|
date | Tue, 30 Jul 2019 12:31:21 -0400 |
parents | eab2c4b805a2 |
children | 4bc95a71fe6a |
line wrap: on
line diff
--- a/CorrTable/Corr_Script_samples_row.R Tue Jul 30 12:19:28 2019 -0400 +++ b/CorrTable/Corr_Script_samples_row.R Tue Jul 30 12:31:21 2019 -0400 @@ -136,7 +136,7 @@ if((ncol(tab1)==ncol(tab2))&&(sum(tab1!=tab2,na.rm=TRUE)==0)){ autocor <- TRUE err.msg <- c(err.msg, "\nYou chose the same table for the two dataset inputs. \nTo allow filtering options,", - "we will turn the diagonal to 0 in the correlation matrix during the filtering process.\n\n") + "we will turn the diagonal to 0 in the correlation matrix during the filtering process.\n") }else{ autocor <- FALSE }