EpivizChart-class {epivizr} | R Documentation |
Class encapsulating a chart in epiviz app
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_measurements()
Get measurements for the chart.
get_settings()
Get custom settings for the chart.
get_source_name()
Get chart's id assigned by chart manager
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.
List of settings to apply.
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.
List of settings to apply.