.plot_F_statististics | R Documentation |
This function creates a bar plot for F-statistics along with error bars for specified utility columns.
.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
)
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. |
A ggplot object representing the bar plot with error bars.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.