slidingchart {PairedData}R Documentation

Sliding square plot

Description

Draw a sliding square plot for paired data which mixes the usual scatterplot with the tukey mean-difference plot.

Usage

## S4 method for signature 'paired'
slidingchart(object,...)

Arguments

object

an object of class paired.

...

arguments to be passed to methods.

Author(s)

Stephane CHAMPELY

References

See Also

plot

Examples

data(PrisonStress)
with(PrisonStress,slidingchart(paired(PSSbefore,PSSafter)))

[Package PairedData version 1.1.1 Index]