R/calibration.R

Defines functions echem_calibrate

Documented in echem_calibrate

#' Title
#'
#' @param df Not implemented yet
#' @param source Not implemented yet
#' @param output Not implemented yet
#'
#' @export
#'
#' @examples
#' # Not implemented yet
echem_calibrate <- function(df, source = "", output = "SCE") {
  if (df$ref == "" & source == "") stop("Please specify reference electrode used in experiment")
}
SPOMAN/osc documentation built on May 14, 2019, 7:41 a.m.