panel.scatter {ABarray} | R Documentation |
Create scatter plot
panel.scatter(x, y, col = "blue", bg = NA, pch = ".", cex = 1, col.smooth = "red", span = 2/3, iter = 3, ...)
x |
vector of expression for one sample |
y |
vector of expression for another sample |
col |
color of points |
bg |
background colors |
pch |
pch paremeter |
cex |
size of text |
col.smooth |
color of smooth line |
span |
span of the plot |
iter |
iteration |
... |
additional arguments |
None
Yongming Sun
##---- Not intended for use this function directly !! ----