The function visualizes the regularization path of the individual elements of a regularized precision matrix against the penalty
parameter. The range of the penalty parameter is given by [lambdaMin,lambdaMax].
The penalty parameter must be positive such that lambdaMin must
be a positive scalar. The maximum allowable value of lambdaMax depends on the
type of ridge estimator employed. For details on the type of
ridge estimator one may use (one of: "Alt", "ArchI", "ArchII") see ridgeP.
Regularization paths may be visualized for (partial) correlations, covariances and precision elements.
The type of element for which a visualization of the regularization paths is desired can be indicated by the argument plotType.
When vertical = TRUE a vertical line is added at the constant value. This option can be used
to assess whereabouts the optimal penalty obtained by, e.g., the routines optPenalty.LOOCV
or optPenalty.aLOOCV, finds itself along the regularization path.