polygate: Create a polygon gate

polyGateR Documentation

Create a polygon gate

Description

Create a polygon gate

Usage

polyGate(x, y, filterID = "newGate", channels = c("FSC.A", "FSC.H"))

Arguments

x

a vector of x coordinates

y

a vector of y coordinates

filterID

name of the gate

channels

vector containing the channels matching the x and y coordinates above

Value

a polygon gate object

Examples

polyGate(x = c(1,1,10000,10000), y = c(1,10000, 10000, 1), )

wrightrc/flowTime documentation built on Dec. 8, 2022, 9:50 p.m.