qqPlot: Draw quantile-quantile plot

View source: R/densityPlot.R

qqPlotR Documentation

Draw quantile-quantile plot

Description

Draw quantile-quantile plot

Usage

qqPlot(x, linecolor = "red", xlab = NULL, ylab = NULL, title = NULL, ...)

Arguments

x

A numeric vector

linecolor

character line color

xlab

character label for x axis

ylab

character label for y axis

title

character label for plot title

...

Further arguments to be passed to geom_qq()

Examples

qqPlot(rnorm(200))
qqPlot(rt(200, df = 5))

cardiomoon/processR documentation built on April 20, 2023, 3:38 a.m.