plotOblique {profExtrema} | R Documentation |
Auxiliary function for 2d plotting of excluded regions
plotOblique(changePoints, direction, ...)
changePoints |
Numerical vector with the change points (usually if |
direction |
The Psi vector used for the direction |
... |
parameters to be passed to abline |
adds to the current plot the lines x
s.t. direction
^T x
= changePoints[i]
for all i
Dario Azzimonti