range.GatingHierarchy | R Documentation |
the parameter range from the flow data associated with GatingHierarchy
## S3 method for class 'GatingHierarchy'
range(..., na.rm = FALSE, type = c("instrument", "data"), raw.scale = FALSE)
... |
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 |
matrix
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.