panel.scatter {ABarray}R Documentation

Creat scatter plot

Description

Create scatter plot

Usage

panel.scatter(x, y, col = "blue", bg = NA, pch = ".", 
    cex = 1, col.smooth = "red", span = 2/3, iter = 3, ...) 

Arguments

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

Value

None

Author(s)

Yongming Sun

Examples

##---- Not intended for use this function directly !! ----

[Package ABarray version 1.6.0 Index]