R/setSPEC.fn.R

Defines functions setSPEC.fn

Documented in setSPEC.fn

setSPEC.fn = function(SPEC.name) {
  #****************************************************************************************************
  # Function to load settings for the selected SPEC parameter
  # SPEC.name: the SPEC name to load, which is a R script name.
  #            one of "SPEC.FreestyleLibre.R", "SPEC.Glutalor.R" and "SPEC.Medtronic.R".
  # Author: Xiaohua Douglas Zhang
  # Date:   2019-10-08
  #*****************************************************************************************************
  source( system.file("SPEC", SPEC.name, package = "CGManalyzer") )
}

Try the CGManalyzer package in your browser

Any scripts or data that you put into this service are public.

CGManalyzer documentation built on July 26, 2023, 5:29 p.m.