Mercurial > repos > ecology > stoc_maketable
diff FunctTrendSTOCGalaxy.r @ 1:af4987066235 draft default tip
"planemo upload for repository https://github.com/Alanamosse/Galaxy-E/tree/stoctool/tools/stoc commit d49a4da1ffac1f33a15fdb7ae98827d0034a7879"
author | ecology |
---|---|
date | Mon, 11 May 2020 17:24:32 -0400 |
parents | 22a784d2b0e0 |
children |
line wrap: on
line diff
--- a/FunctTrendSTOCGalaxy.r Thu Apr 02 03:33:29 2020 -0400 +++ b/FunctTrendSTOCGalaxy.r Mon May 11 17:24:32 2020 -0400 @@ -62,7 +62,7 @@ if(length(colNull)>0){ cat("\n",length(colNull)," Species removed from the analysis, abundance is always 0.\n\n",sep="") #Espèces enlevées de l'analyse car abondance toujours égale a 0\n\n",sep="") #tabNull <- data.frame(Code_espece = colNull, nom_espece = tabsp[colNull,"nom"]) - #cat("\n\n",sep="") + cat("Removed absent species : \n-",paste(colNull,collapse="\n-"),sep="") tab <- tab[,c("carre","annee",colConserve)] } ################################################################################ FIN DE LA PARTIE ISOLABLE @@ -119,7 +119,7 @@ cat("\n",length(colSupr)," Rare species removed from the analysis.\n\n",sep="") #tabSupr <- subset(tabsp,espece %in% colSupr ,select=c("espece","nom")) #tabSupr <- tabSupr[order(tabSupr$espece),] - #cat("\n\n",sep="") + cat("Removed rare species : \n-",paste(colSupr,collapse="\n-"),sep="") } if(length(colConserve)==0) {