Plot method for big_pls_cox objects
# S3 method for big_pls_cox
plot(
x,
which = c("scores", "loadings", "risk_groups"),
comps = c(1, 2),
groups = NULL,
breaks = 3,
...
)A big_pls_cox object.
Type of plot: "scores", "loadings", or "risk_groups".
Components to use (for "scores" and "loadings").
Optional grouping factor for scores plot; if NULL and
status available, groups are derived from event status.
Number of risk groups for "risk_groups" (default 3).
Further graphical arguments (passed to base plotting functions).