imageCodelink {codelink}R Documentation

Image plot of Codelink arrays

Description

Plot and image of a Codelink array if the layout information is found.

Usage

  imageCodelink(object, array=1, what="smean",
                rows=NULL, cols=NULL, col=NULL, ...)

Arguments

object an object of class "Codelink".
array array to be used.
what with data plot: bg, smean, ri, ni.
rows rows subset to plot.
cols cols subset to plot.
col colors to use.
... additional arguments passed to image.

Details

Value

Note

Author(s)

Diego Díez Ruiz

See Also

Examples

#    data(codelink.example)
#    imageCodelink(codelink.example)

[Package codelink version 1.0.0 Index]