Learn R Programming

profExtrema (version 0.2.2)

plotOblique: plotOblique

Description

Auxiliary function for 2d plotting of excluded regions

Usage

plotOblique(changePoints, direction, ...)

Value

adds to the current plot the lines \(x\) s.t. direction^T \(x\) = changePoints[i] for all i

Arguments

changePoints

Numerical vector with the change points (usually if cp=getChangePoints(...), then this is cc$alwaysEx[[1]][[1]] for example)

direction

The Psi vector used for the direction

...

parameters to be passed to abline

Author

Dario Azzimonti