example_chart {struct} | R Documentation |
an example of a chart object for documentation purposes
example_chart(...) ## S4 method for signature 'example_chart,example_model' chart_plot(obj, dobj)
... |
named slots and their values. |
obj |
a chart object |
dobj |
a example_model object |
a chart object
C = example_chart() chart_plot(C,example_model())