splot: Single Quantile Plot

View source: R/splot.R

splotR Documentation

Single Quantile Plot

Description

Single quantile plot, or a scatterplot matrix with quantile plots diagonal panels.

Usage

splot(x, xlab = NULL, ylab = NULL, ...)

Arguments

x

a vector, matrix, or data frame.

xlab

x axis label (only used if x is a vector).

ylab

y axis label (only used if x is a vector).

...

passed to plot and pairs.

Value

Invisible fractions, ordered from 0 to 1.

Note

Somewhat similar to plot.data.frame in S-Plus.


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.