EpivizChart-class: Class encapsulating a chart in epiviz app
Description
Class encapsulating a chart in epiviz app
Methods
get_app_id(id)- Get chart's id assigned by epiviz app.
get_colors()- Get color palette applied to the chart.
get_id()- Get chart's id assigned by chart manager
get_settings()- Get custom settings for the chart.
is_connected()- Returns
TRUE if chart is connected to a chart on epiviz app. print_info()- Print settings and color currently used in chart object.
set(settings = NULL, colors = NULL)- Set settings and colors used in chart.
- settings
- List of settings to apply.
- colors
- Character vector of HEX colors to use in chart.
set_app_id(id)- Set chart's id assigned by epiviz app.
set_colors(colors)- Set custom colors for the chart.
set_id(id)- Set chart's id assigned by chart manager.
set_settings(settings)- Set custom settings for the chart. Returns subset of valid settings.
- settings
- List of settings to apply.