R/plotNSC.R

#' Plot data summary
#'
#' Function to plot the standard curves and data returned by the NSCprocessR::processNSC () function.
#' @param data Tibble with the data and summary.
#' @return The plot summarizing the data.
#' @export
plotDataSummary <- function (data) {

  return ()
}
TTRademacher/NSCprocessR documentation built on May 16, 2021, 8:12 p.m.