smoothQQplot: smoothQQplot

Description Usage Arguments Examples

Description

smoothQQplot draws the QQplot between two groups of p values together with the smoothed density representation of the scatterplot

Usage

1

Arguments

x

a vector of numeric values in [0,1] representing the first group of p values

y

a vector of numeric values in [0,1] representing the second group of p values

Examples

1
2
3
x <- runif(10000)
y <- runif(10000)
smoothQQplot(x,y)

fanglab/MatrixEpistasis documentation built on May 25, 2019, 5:22 p.m.