panel.scatter: Creat scatter plot

Description Usage Arguments Value Author(s) Examples

Description

Create scatter plot

Usage

1
2
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

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

ABarray documentation built on Nov. 8, 2020, 5:25 p.m.