Learn R Programming

flowFit (version 1.10.0)

plot-methods: Very basic plotting of flowFit objects: proliferationFittingData and parentFittingData

Description

A basic method to plot proliferationFittingData and parentFittingData objects. See below for details.

Arguments

Methods

x = "proliferationFittingData", y = "missing"
Multiple plots of generations fitting data (data generated by the function proliferationFitting)
x = "parentFittingData", y= "missing")
Single plot of a parent population fitting (data generated by the function parentFitting)

Details

Basic plots for flowFit objects.

Supported arguments for parentFittingData:

  1. main: an overall title for the plot, see title.
  2. xlab: a title for the x axis, see title.
  3. ylab: a title for the y axis, see title.
  4. legend: show/hide messages.
  5. logScale: put a log scale on the x axis.

Supported arguments for proliferationFittingData:

  1. which: which plots I should show? ["all" or 1:5]
  2. main: an overall title prefix for the plots.
  3. xlab: a title for the x axis, see title.
  4. ylab: a title for the y axis, see title.
  5. legend: show/hide messages.
  6. logScale: put a log scale on the x axis.
  7. drawGrid: put some dashed lines at the generationsDistance expected positions.

See Also

proliferationFitting, parentFitting