plotFH: Plot the raw data for a FlowHist object

View source: R/plotFlowHist.R

plotFHR Documentation

Plot the raw data for a FlowHist object

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

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

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

plantarum/flowPloidy documentation built on March 25, 2023, 1:37 a.m.