plotlines {limma}R Documentation

plotlines

Description

Time course style plot of expression data.

Usage

plotlines(x,first.column.origin=FALSE,xlab="Column",ylab="x",...)

Arguments

x numeric matrix or object containing expression data.
first.column.origin logical, should the lines be started from zero?
xlab x-axis label
ylab y-axis label
... any other arguments are passed to plot

Details

Plots line for each probe.

Value

A plot is created on the current graphics device.

Author(s)

Gordon Smyth

See Also

An overview of diagnostic functions available in LIMMA is given in 09.Diagnostics.


[Package limma version 2.7.10 Index]