plotCorrelation {codelink} | R Documentation |
Takes a Codelink object as argument and plot Correlation scatterplot of two arrays.
plotCorrelation(object, x=1, y=2, cutoff=FALSE, label="type", title=NULL, xlim=NULL, ylim=NULL)
object |
an object of class "Codelink". |
x |
array to be used in x axis. |
y |
array to be used in y axis. |
cutoff |
cutoff used to show fold change. |
label |
labels to shown. |
title |
The title of the plot. |
xlim |
range for the X axis. |
ylim |
range for the Y axis. |
Diego Diez
## Not run: data(codelink.example) plotCorrelation(codelink.example) ## End(Not run)