This function plots the AF gate, including intermediate steps, using ggplot2 and other necessary packages.

gate.af.plot(samp, gate.data, gate.bound, gate.region, gate.population, asp)

Arguments

samp

Sample identifier.

gate.data

Data frame containing gate data points.

gate.bound

List containing gate boundary information.

gate.region

List containing gate region information.

gate.population

List containing gate population information.

asp

The AutoSpectral parameter list. Prepare using get.autospectral.param

Value

Saves the plot as a JPEG file in the specified directory.