Learn R Programming

ABarray (version 1.40.0)

panel.scatter: 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

Examples

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

Run the code above in your browser using DataLab