Learn R Programming

clinpubr (version 1.1.1)

qq_show: QQ plot

Description

QQ plot for a sample.

Usage

qq_show(
  x,
  title = NULL,
  save = FALSE,
  filename = "QQplot.png",
  width = 2,
  height = 2
)

Value

A plot.

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.

Examples

Run this code
qq_show(rnorm(100))

Run the code above in your browser using DataLab