create_ggplot_for_performance_metrics: Create ggplot for Performance Metrics

View source: R/plots_for_performance_metrics.R

create_ggplot_for_performance_metricsR Documentation

Create ggplot for Performance Metrics

Description

Makes a ggplot for the metrices

Usage

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

Arguments

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


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