plot: Methods for Function plot

Description Usage Arguments Author(s) See Also Examples

Description

Methods for function plot

Usage

1
2
3
4
5
6
## 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

1
#See the vigentte

flowType documentation built on April 28, 2020, 8:32 p.m.