R/aaa.R

Defines functions .onLoad

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

# utils::globalVariables(c("FL1-H", "FL3-H", "FSC-A", "SSC-A", "Width"))
LEEF-UZH/LEEF.measurement.manualcount documentation built on Feb. 11, 2025, 3:21 a.m.