qq_show {clinpubr} | R Documentation |
QQ plot
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. |
Value
A plot.
Examples
qq_show(rnorm(100))
[Package clinpubr version 1.0.1 Index]