example_chart {struct}R Documentation

example chart object

Description

an example of a chart object for documentation purposes

Usage

example_chart(...)

## S4 method for signature 'example_chart,example_model'
chart_plot(obj, dobj)

Arguments

...

named slots and their values.

obj

a chart object

dobj

a example_model object

Value

a chart object

Examples

C = example_chart()
chart_plot(C,example_model())

[Package struct version 1.2.0 Index]