View source: R/plots_for_performance_metrics.R
create_ggplot_for_performance_metrics | R Documentation |
Makes a ggplot for the metrices
create_ggplot_for_performance_metrics(
performance_data,
x_perf_metric,
y_perf_metric,
color_values = c("#5BC0BE", "#FC8D62", "#8DA0CB", "#E78AC3", "#A4243B")
)
performance_data |
an rtichoke Performance Data |
x_perf_metric |
a performance metrice for the x axis |
y_perf_metric |
a performance metrice for the y axis |
color_values |
color palette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.