grid: Plot grid

Description Usage Arguments Examples

Description

This function combines a scatter plot with a density plot.

Usage

1
grid(x, y, n = 10, ...)

Arguments

x

vector

y

vector

n

grid resolution

...

graphical parameters

Examples

1
2
3
x <- stats::rbeta(n=100,shape1=0.3,shape2=0.5)
y <- stats::rbeta(n=100,shape1=0.3,shape2=0.5)
grid(x,y)

rauschenberger/spliceQTL documentation built on May 13, 2019, 3:02 a.m.