merge with remote
authorBenjamin Auder <benjamin.auder@somewhere>
Thu, 6 Feb 2020 07:53:29 +0000 (08:53 +0100)
committerBenjamin Auder <benjamin.auder@somewhere>
Thu, 6 Feb 2020 07:53:29 +0000 (08:53 +0100)
1  2 
.gitignore
pkg/R/plot.R

diff --cc .gitignore
@@@ -14,36 -14,3 +14,37 @@@ NAMESPAC
  #R CMD build/check files
  /*.Rcheck/
  /*.tar.gz
++<<<<<<< HEAD
 +
 +#object & library files
 +*.[oa]
 +*.so
 +
 +#jupyter checkpoints + generated ipynb,html
 +.ipynb_checkpoints/
 +/reports/*.ipynb
 +/reports/*.html
 +
 +#large CSV files
 +data/*.csv
 +
 +#misc
 +*.png
 +#*.tex
 +/AirNormand/
 +
 +#.gitattributes/.gitfat files are generated by initialize.sh
 +.gitattributes
 +.gitfat
 +
 +#Rmarkdown, knitr + LaTeX generated files
 +#*.tex
 +*.pdf
 +!/biblio/*.pdf
 +*.aux
 +*.dvi
 +*.log
 +*.out
 +*.toc
 +*.synctex.gz
 +figure/
diff --cc pkg/R/plot.R
@@@ -20,6 -20,7 +20,10 @@@ plotCurves <- function(data, indices=se
  #'
  #' @param err Error as returned by \code{computeError()}
  #' @param cols Colors for each error (default: 1,2,3,...)
++<<<<<<< HEAD
++=======
+ #' @param agg Aggregation level ("day", "week" or "month")
++>>>>>>> 3a38473a435221cc15b6215b0d6677cd370dc2d6
  #'
  #' @seealso \code{\link{plotCurves}}, \code{\link{plotPredReal}},
  #'   \code{\link{plotSimils}}, \code{\link{plotFbox}}, \code{\link{computeFilaments}},