imageCodelink {codelink} | R Documentation |
Plot and image of a Codelink array if the layout information is found.
imageCodelink(object, array=1, what="smean", rows=NULL, cols=NULL, col=NULL, ...)
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. |
Diego Díez Ruiz
# data(codelink.example) # imageCodelink(codelink.example)