X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f09bb64b852043292377203fcdeef18defe240de..883b4c1070099436bef001f6602492849f4db582:/contrib/benchmarking_code_block/Rhist.R diff --git a/contrib/benchmarking_code_block/Rhist.R b/contrib/benchmarking_code_block/Rhist.R index cf642c4b6d..4eb5b2e966 100644 --- a/contrib/benchmarking_code_block/Rhist.R +++ b/contrib/benchmarking_code_block/Rhist.R @@ -24,7 +24,7 @@ merge_empty_bins <- function (h){ j<-j+1 } } - + counts2[j]<-h$counts[length(h$counts)] breaks2[j+1]<-h$breaks[length(h$breaks)] @@ -74,7 +74,7 @@ for(i in unique(NAME)){ h<-merge_empty_bins(h) } } - + cat(i, file = outputfile, sep = "\t", append = TRUE) cat("\t", file = outputfile, append = TRUE) cat(sum(h$counts), file =outputfile, sep = "\t", append = TRUE)