| plot.sframe_analysis_results | R Documentation |
Draws the charts that run_analysis_plan() attaches when called with
plots = TRUE. With which supplied, returns that single chart. With
which omitted, prints every attached chart in queue order and returns
the list invisibly. Regression diagnostic panels stay on the result's
diagnostic_plots element and are not drawn here.
## S3 method for class 'sframe_analysis_results'
plot(x, ..., which = NULL)
x |
An |
... |
Ignored. |
which |
A research-question number or a plan block id selecting one chart, or NULL for all. |
A ggplot2 object when which is supplied, otherwise an invisible
named list of ggplot2 objects keyed by plan block id.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.