the parameter range from the flow data associated with GatingHierarchy

# S3 method for GatingHierarchy
range(..., na.rm = FALSE, type = c("instrument", "data"), raw.scale = FALSE)

Arguments

...

GatingHierarchy object

na.rm

not used

type

character of "instrument" or "data" indicating whether to retrieve the instrument or the actual data range

raw.scale

logical whether convert the range from transformed scale to raw scale

Value

matrix

Examples

if (FALSE) { range(gh, type = "data")#return data range range(gh) #return instrument range range(gh, raw.scale = TRUE) #inverse transform the range to the raw scale }