Skip to content

Commit 9b73f34

Browse files
committed
Do some cleaning in POST_FATE.[...] functions
1 parent 0cf6c52 commit 9b73f34

7 files changed

Lines changed: 201 additions & 199 deletions

R/POST_FATE.graphic_evolutionCoverage.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,13 +242,13 @@ POST_FATE.graphic_evolutionCoverage = function(
242242
, " > POST_FATE_TABLE_ZONE_evolution_totalAbundance_"
243243
, basename(GLOB_DIR$dir.save)
244244
, ".csv \n"
245-
, "have been successfully created !\n"))
245+
, "have been successfully created !"))
246246

247247

248248
## produce the plot -------------------------------------------------------
249249
if (opt.doPlot)
250250
{
251-
cat("\n ---------- PRODUCING PLOTS \n")
251+
cat("\n ---------- PRODUCING PLOTS")
252252
col_vec = c("#1B9E77", "#D95F02", "#7570B3", "#E7298A", "#66A61E", "#E6AB02", "#A6761D", "#666666")
253253
col_fun = colorRampPalette(col_vec)
254254
list.pp1 = list.pp2 = list()

R/POST_FATE.graphic_evolutionPixels.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,12 +261,12 @@ POST_FATE.graphic_evolutionPixels = function(
261261
, "_"
262262
, basename(GLOB_DIR$dir.save)
263263
, ".csv \n"
264-
, "has been successfully created !\n"))
264+
, "has been successfully created !"))
265265

266266
## produce the plot -------------------------------------------------------
267267
if (opt.doPlot)
268268
{
269-
cat("\n ---------- PRODUCING PLOT \n")
269+
cat("\n ---------- PRODUCING PLOT")
270270
vec_col1 = c('#a6cee3','#1f78b4','#b2df8a','#33a02c','#fb9a99','#e31a1c','#fdbf6f','#ff7f00','#cab2d6')
271271
val_col1 = c(rep(rgb(1,1,1,1), GLOB_SIM$no_STRATA)
272272
, colorRampPalette(vec_col1)(GLOB_SIM$no_PFG)

R/POST_FATE.graphic_evolutionStability.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,15 +390,15 @@ POST_FATE.graphic_evolutionStability = function(
390390
, " > POST_FATE_TABLE_HAB_evolution_stability2_"
391391
, basename(GLOB_DIR$dir.save)
392392
, ".csv \n"
393-
, "has been successfully created !\n"))
393+
, "has been successfully created !"))
394394

395395
## Compare quantiles ----------------------------------------------------
396396
## TO BE DONE ??
397397

398398
## produce the plot -----------------------------------------------------
399399
if (opt.doPlot && !is.null(tab.HAB))
400400
{
401-
cat("\n ---------- PRODUCING PLOT \n")
401+
cat("\n ---------- PRODUCING PLOT")
402402
col_vec = c("#1B9E77", "#D95F02", "#7570B3", "#E7298A", "#66A61E", "#E6AB02", "#A6761D", "#666666")
403403
col_fun = colorRampPalette(col_vec)
404404

0 commit comments

Comments
 (0)