View source: R/plot-big_pls_cox.R
| plot.big_pls_cox | R Documentation |
Plot method for big_pls_cox objects
## S3 method for class 'big_pls_cox'
plot(
x,
which = c("scores", "loadings", "risk_groups"),
comps = c(1, 2),
groups = NULL,
breaks = 3,
...
)
x |
A |
which |
Type of plot: "scores", "loadings", or "risk_groups". |
comps |
Components to use (for "scores" and "loadings"). |
groups |
Optional grouping factor for scores plot; if NULL and
|
breaks |
Number of risk groups for "risk_groups" (default 3). |
... |
Further graphical arguments (passed to base plotting functions). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.