transform,filter-method {ggcyto} | R Documentation |
rescale the gate coordinates with the transformation provided
transform methods for gates
## S4 method for signature 'filter' transform(`_data`, ...) ## S4 method for signature 'filterList' transform(`_data`, ...) transform_gate(gate, trans, param) ## S3 method for class 'polygonGate' transform_gate(gate, trans, param) ## S3 method for class 'ellipsoidGate' transform_gate(gate, ...) ## S3 method for class 'rectangleGate' transform_gate(gate, trans, param) ## S3 method for class 'quadGate' transform_gate(gate, trans, param)
_data |
the filter or filterList object. Currently support polygonGate, ellipsoidGate, rectangleGate and quadGate. |
... |
trans the transformation function or transformList object param the parameter/dimension to be transformed. When trans is transformList object, param is not needed since it is derived from transformList. |
gate |
gate object |
trans |
the transformation function |
param |
the parameter/dimension to be transformed. |
the transformed filter/filterList object