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.
Usage
# S3 method for class 'sframe_analysis_results'
plot(x, ..., which = NULL)Arguments
- x
An
sframe_analysis_resultsobject fromrun_analysis_plan().- ...
Ignored.
- which
A research-question number or a plan block id selecting one chart, or NULL for all.