R/doEverything.R

#' Fully Analyze Data
#'
#' Do everything
#'
#' @return Gives you everything you need
#'
#' @export


doEverything <- function(){
        calibrationStation()
        compLabelNorm()
        plotDataRoutine()
}
BaileyLabUM/biosensor documentation built on May 28, 2019, 11:36 a.m.