dot-plot_F_statististics: .plot_F_statistics

.plot_F_statististicsR Documentation

.plot_F_statistics

Description

This function creates a bar plot for F-statistics along with error bars for specified utility columns.

Usage

.plot_F_statististics(
  df,
  utility_columns,
  utility_combinations = NULL,
  graph_title = "",
  x_axis_title = "",
  y_axis_title = "",
  y_min_value = NULL,
  y_max_value = NULL
)

Arguments

df

A data frame containing the F-statistics.

utility_columns

A character vector specifying the names of the utility columns in the data frame.

graph_title

A string specifying the title of the graph. Default is an empty string.

x_axis_title

A string specifying the title for the x-axis. Default is an empty string.

y_axis_title

A string specifying the title for the y-axis. Default is an empty string.

y_min_value

A numeric value specifying the minimum limit for the y-axis. Default is NULL.

y_max_value

A numeric value specifying the maximum limit for the y-axis. Default is NULL.

Value

A ggplot object representing the bar plot with error bars.


valueSetCompare documentation built on June 22, 2024, 6:57 p.m.