| plot.qshap_rsq | R Documentation |
This S3 method enables 'plot(x, ...)' where 'x' is a 'qshap_rsq' object. It dispatches to the visualization functions in 'vis'.
## S3 method for class 'qshap_rsq'
plot(
x,
y = NULL,
type = c("rsq", "elbow", "cumu", "gcorr", "hist", "density", "loss", "heatmap",
"loss_heatmap"),
...
)
x |
A 'qshap_rsq' object. |
y |
Not used. |
type |
Plot type: one of "rsq", "elbow", "cumu", "gcorr", "hist", "density", "loss", or "heatmap". '"loss_heatmap"' is retained as an alias for '"heatmap"'. |
... |
Passed to the underlying visualization function. |
A ggplot2 object (invisibly).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.