plotHistogram-methods: Plot a hisogram of values.

Description Usage Arguments Examples

Description

Plot a histogram, maybe with facets as a function of some grouping variable.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
plotHistogram(x, group = NULL)

## S4 method for signature 'matrix'
plotHistogram(x, group = NULL)

## S4 method for signature 'ExpressionSet'
plotHistogram(x, group = NULL)

## S4 method for signature 'EList'
plotHistogram(x, group = NULL)

## S4 method for signature 'DGEList'
plotHistogram(x, group = NULL)

Arguments

x

object from which to extract a matrix to plot the histogram.

group

grouping variable (columns).

Examples

1

ddiez/q3tools documentation built on May 15, 2019, 1:52 a.m.