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

Description Usage Arguments Value Examples

View source: R/utils.R

Description

the parameter range from the flow data associated with GatingHierarchy

Usage

1
2
## 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

1
2
3
4
5
6
## 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)

CytoML documentation built on March 12, 2021, 2 a.m.