chart_plot | 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
chart_plot(obj = chart, dobj = ANY)
:
C = example_chart()
chart_plot(C,iris_DatasetExperiment())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.