R/globals.R

#############################################################################
#################### Global variable for package 'flowdex' ##################
#############################################################################


# Do not change the name or the value of the object-value pair below.
uev <- uniset_env_name <-  ".flowdex_unisetEnv"
# Explanation:
# this is the name of the environment holding the !!uniset!! variables
# defining the target package name etc. in the '.onLoad' function in
# file 'zzz.R'


########




# global variables
gl_requiredGateStratColnames <- c("GateName", "Parent", "GateOnX", "GateOnY",
    "GateDefinition", "extractOn", "minRange", "maxRange", "keepData")

gl_fdmatObjSuff <- "_fdmatObj"
bpollner/flowdex documentation built on March 31, 2022, 3:21 a.m.