customScatterplot {StabPerf} | R Documentation |
Draws a simple scatter plot of logarithmized data
customScatterplot(data,pat_one=1,pat_two=2,xlab=NULL,ylab=NULL,main=NULL)
data |
data.frame or matrix. |
pat_one |
numeric. First column index of data to be plotted |
pat_two |
numeric. Second column index of data to be plotted |
xlab |
See plot |
ylab |
See plot |
main |
See plot |
The data in data[,pat_one]
and data[,pat_two]
are plotted in a simple scatter plot, after being subjected to log2
.
customScatterplot(data, 1, 2)