Description
QQ plot for a sample.
Usage
qq_show(
x,
title = NULL,
save = FALSE,
filename = "QQplot.png",
width = 2,
height = 2
)
Arguments
- x
A sample.
- title
Title of the plot.
- save
If TRUE, save the plot.
- filename
Filename of the plot.
- width
Width of the plot.
- height
Height of the plot.