plotFH: Plot the raw data for a FlowHist object

Description Usage Arguments Value Author(s) Examples

View source: R/plotFlowHist.R

Description

Creates a simple plot of the raw histogram data. Used as a utility for other plotting functions, and perhaps useful for users who wish to create their own plotting routines.

Usage

1
plotFH(fh, main = fhFile(fh), ...)

Arguments

fh

a FlowHist object

main

character; the plot title. Defaults to the filename of the FlowHist object.

...

additional parameters passed to plot

Value

Not applicable, used for plotting

Author(s)

Tyler Smith

Examples

1
2
3
library(flowPloidyData) 
fh1 <- FlowHist(file = flowPloidyFiles()[1], channel = "FL3.INT.LIN")
plotFH(fh1)

flowPloidy documentation built on Nov. 8, 2020, 8:04 p.m.