R/timeseries.R

## This module encapsules all functions regarding timeseries analysis

#' Function for a time series plot
#'
#' @return Not implemented yet!
#' @export
timeseries.plot1 <- function() {
  stop("Not implemented yet!")
}


#' Function for a time series plot
#'
#' @return Not implemented yet!
#' @export

timeseries.plot2 <- function() {
  stop("Not implemented yet!")
}
jhooge/BioViz documentation built on May 19, 2019, 9:28 a.m.