add_lines_and_markers_from_performance_data: Add lines and markers based on performance data

add_lines_and_markers_from_performance_dataR Documentation

Add lines and markers based on performance data

Description

Add lines and markers based on performance data

Usage

add_lines_and_markers_from_performance_data(
  plotly_object,
  performance_data,
  performance_data_type,
  x_perf_metric,
  y_perf_metric,
  color_values = c("#5BC0BE", "#FC8D62", "#8DA0CB", "#E78AC3", "#A4243B")
)

Arguments

plotly_object

a previous plotly object

performance_data

the performance data for the plot

performance_data_type

the type of the performance data

x_perf_metric

performance metric for the x axis

y_perf_metric

performance metric for the y axis

color_values

color palette


uriahf/rtichoke documentation built on Nov. 22, 2023, 1:30 a.m.