Skip to contents

S3 plot methods for QuadrupenFit, CrossValidation and StabilityPath objects, delegating to their respective R6 $plot() method.

Usage

# S3 method for class 'QuadrupenFit'
plot(x, ...)

# S3 method for class 'CrossValidation'
plot(x, ...)

# S3 method for class 'StabilityPath'
plot(x, ...)

Arguments

x

a QuadrupenFit, CrossValidation or StabilityPath object.

...

additional arguments passed to the underlying R6 $plot() method. For QuadrupenFit: type ("path", "criteria", "crossval", "stability"), log_scale, labels. For CrossValidation: log_scale, title. For StabilityPath: xvar, title, labels, sel_mode, cutoff, PFER, nvarsel.

Value

a ggplot2 object.

Functions