range.GatingHierarchy: the parameter range from the flow data associated with...

View source: R/utils.R

range.GatingHierarchyR Documentation

the parameter range from the flow data associated with GatingHierarchy

Description

the parameter range from the flow data associated with GatingHierarchy

Usage

## S3 method for class '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

## Not run: 
 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

## End(Not run)

RGLab/CytoML documentation built on Feb. 1, 2024, 12:34 a.m.