plot {flowType}R Documentation

Methods for Function plot

Description

Methods for function plot

Usage

## S4 method for signature 'Phenotypes,flowFrame'
plot(x, y, ...)
## S4 method for signature 'Phenotypes,numeric'
plot(x, y, Frame,...)
## S4 method for signature 'Phenotypes,character'
plot(x, y, Frame,...)

Arguments

x

An object of class Phenotypes as generated by the flowType package.

y

A flowFrame or a numeric/character value representing the phenotype that needs to be plotted depending on the signature of the function

Frame

A flowFrame (might be optional depending on the signature of the function

...

Extra parameters that will be passed to the generic plot function

Author(s)

Nima Aghaeepour <naghaeep@gmail.com>

See Also

flowType

Examples

#See the vigentte

[Package flowType version 2.18.0 Index]