Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

qqPlot

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))

processR

Implementation of the 'PROCESS' Macro

v0.2.6
GPL-2
Authors
Keon-Woong Moon [aut, cre], Sokyoung Hong [ctb]
Initial release
2021-1-5

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.