R/aaa.R

Defines functions .onLoad

.onLoad <- function(lib, pkg) {
  opt <-  list(
    debug = FALSE
  )
  options(LEEF.measurement.o2meter = opt)
}

# utils::globalVariables(c("FL1-H", "FL3-H", "FSC-A", "SSC-A", "Width"))
LEEF-UZH/LEEF.measurement.o2meter documentation built on Feb. 10, 2025, 10:15 p.m.