imageCodelink {codelink} | R Documentation |
Plot and image of a Codelink array if the layout information is found.
imageCodelink(object, array = 1, what = "bg", low="black", high="white", mar=c(1,1,1,1), gr=1, gc=1, log.it=FALSE, ...)
object |
an object of class "Codelink". |
array |
array to be used. |
what |
with data plot: bg, smean, ri, ni. |
low |
color used for low intensities. |
high |
color used for high intensities- |
mar |
character vector specifiying margings. |
gc |
numerical; number of grid columns. |
gr |
numerical; number of grid rows. |
log.it |
logical; if TRUE data is log2 transformed (if not yet). |
... |
additional arguments passed to image. |
Diego Diez
# data(codelink.example) # imageCodelink(codelink.example)