# S3 method for Calibration
plot(x, type = c("line", "point"), se = FALSE, ...)# S3 method for ConfusionList
plot(x, ...)
# S3 method for ConfusionMatrix
plot(x, ...)
# S3 method for LiftCurve
plot(
  x,
  find = numeric(),
  diagonal = TRUE,
  stat = MachineShop::settings("stat.Curve"),
  ...
)
# S3 method for MLModel
plot(
  x,
  metrics = NULL,
  stat = MachineShop::settings("stat.TrainingParams"),
  type = c("boxplot", "density", "errorbar", "line", "violin"),
  ...
)
# S3 method for PartialDependence
plot(x, stats = NULL, ...)
# S3 method for Performance
plot(
  x,
  metrics = NULL,
  stat = MachineShop::settings("stat.Resample"),
  type = c("boxplot", "density", "errorbar", "violin"),
  ...
)
# S3 method for PerformanceCurve
plot(
  x,
  type = c("tradeoffs", "cutoffs"),
  diagonal = FALSE,
  stat = MachineShop::settings("stat.Curve"),
  ...
)
# S3 method for Resample
plot(
  x,
  metrics = NULL,
  stat = MachineShop::settings("stat.Resample"),
  type = c("boxplot", "density", "errorbar", "violin"),
  ...
)
# S3 method for TrainingStep
plot(
  x,
  metrics = NULL,
  stat = MachineShop::settings("stat.TrainingParams"),
  type = c("boxplot", "density", "errorbar", "line", "violin"),
  ...
)
# S3 method for VariableImportance
plot(x, n = Inf, ...)