chart_plot {struct} | R Documentation |
Plots a chart object
chart_plot(obj, dobj, ...) ## S4 method for signature 'chart,ANY' chart_plot(obj, dobj)
obj |
A chart object |
dobj |
An object derived from struct_class |
... |
optional inputs |
The optional optional inputs depend on the input object/chart, but might include an additional dataset object or a second model object, for example.
a plot object
obj = chart,dobj = ANY
:
C = example_chart() chart_plot(C,iris_DatasetExperiment())