chart_names | R Documentation |
Returns a list of valid charts for a struct object
chart_names(obj, ret = "char")
## S4 method for signature 'struct_class'
chart_names(obj, ret = "char")
obj |
An object derived from the struct_class object |
ret |
A string indicating whether a list of objects ('obj') or a list of chart names ('char') is returned. 'char' is default. |
The chart_names method searches for chart objects associated with the unput object.
list of chart names, or a list of chart objects
M = example_model()
chart_names(M) # 'example_chart'
chart_names(M,'char') # as above
chart_names(M,'obj') # returns a list of chart objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.