View source: R/cyto_gate-helpers.R
| cyto_gate_convert | R Documentation | 
Useful function to convert between 1D and 2D gate objects.
Returns a list of modified gate objects with appropriate dimensions.
## S3 method for class 'rectangleGate'
cyto_gate_convert(x, channels = NULL, ...)
## S3 method for class 'polygonGate'
cyto_gate_convert(x, channels = NULL, ...)
## S3 method for class 'ellipsoidGate'
cyto_gate_convert(x, channels = NULL, ...)
## S3 method for class 'quadGate'
cyto_gate_convert(x, channels = NULL, ...)
## S3 method for class 'filters'
cyto_gate_convert(x, channels = NULL, ...)
## S3 method for class 'list'
cyto_gate_convert(x, channels = NULL, ...)
cyto_gate_prepare(x, channels = NULL)
x | 
 gate object(s) to be converted.  | 
channels | 
 indicates the required dimensions of the gate for plotting.  | 
... | 
 not in use.  | 
modified gate object with appropriate dimensions.
a list of unique modified gate objects.
Dillon Hammill, Dillon.Hammill@anu.edu.au
Dillon Hammill, Dillon.Hammill@anu.edu.au
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.