plot.ccaf {attenuation}R Documentation

Plot a confidence curve of attenuated correlation coefficients.

Description

Plot a confidence curve of attenuated correlation coefficients.

Usage

## S3 method for class 'ccaf'
plot(x, y, level = 0.95, ...)

Arguments

x

An object of class ccaf. The confidence curve to plot.

y

Ignored; supported for compatibility with the plot generic.

level

Level to highlight. Defaults to 0.95. If NULL, highlights no level.

...

Passed to plot.

Value

An invisible copy of x.


[Package attenuation version 1.0.0 Index]