Learn R Programming

cellGeometry (version 0.5.7)

plot.qqmap: Quantile-quantile plot

Description

Produces a QQ plot showing the conversion function from the first dataset to the second.

Usage

# S3 method for qqmap
plot(x, points = TRUE, ...)

Value

No return value. Produces a QQ plot using base graphics with a red line showing the conversion function.

Arguments

x

A 'qqmap' class object created by quantile_map().

points

Logical whether to show quantile points.

...

Optional plotting parameters passed to plot().