Visualise diagnostic summaries from a "Link" object. Dispatches to
the multiplicative ATA branch (model = "ata") or the additive
exposure-driven branch (model = "ed").
The default model is chosen from attr(x, "premium"): NULL
(single-variable link) selects "ata", a non-NULL premium variable
(dual-variable link) selects "ed".
Usage
# S3 method for class 'Link'
plot(x, model = NULL, ...)Details
For model = "ata", accepted arguments include type
("cv" | "rse" | "summary" | "box" | "point"), alpha, show_maturity,
max_cv, max_rse, min_valid_ratio, min_n_valid,
min_run, scales, nrow, ncol, theme, and x.angle.
For model = "ed", accepted arguments include type
("summary" | "box" | "point"), alpha, scales, nrow, ncol,
theme, and x.angle.
