allHist: Plotting all variables as histograms

Description Usage Arguments Value

View source: R/allHist.R

Description

This function individually plots all histograms.

Usage

1
2
allHist(flowData, plotName = "all_histograms", nRows = 1e+05,
  saveResult = TRUE)

Arguments

flowData

This is the full dataset, either a flowFrame or a flowSet, that should be plotted. If it has more rows than "nRows", a subsample (with equal contributions from each sample if a flowSet) will be plotted.

nRows

The number of rows that will be used to construct the plot. The fewer, the faster, but the resolution also decreases, naturally. Default is 100000.

saveResult

Should the result be saved as a file?

Value

A plot with one histogram for each column in the flowData.


jtheorell/theFlowSpec documentation built on Aug. 22, 2019, 3:33 a.m.