unitScatter: A scatter plot on the unit-square

Description Usage Arguments Value Author(s) Examples

Description

Plots a sample on the unit-square. If needed, it will transform the sample using the rank order transformation as in rankTransform.

Usage

1
unitScatter(var = NULL, smpl, ...)

Arguments

var

Column IDs or variable names to be used. If not provided, the first two columns will be used.

smpl

The data set to be used.

...

Passed on to xyplot.

Value

A lattice plot.

Author(s)

Benedikt Graeler

Examples

1
2
3
data("loss")
rt_loss <- rankTransform(loss[,1:2])
unitScatter(smpl=rt_loss)

spcopula documentation built on May 2, 2019, 4:49 p.m.