metric_plot_helper {cmpsR} | R Documentation |
Helper Function for Plotting the Distribution of a Metric
Description
Helper Function for Plotting the Distribution of a Metric
Usage
metric_plot_helper(
cmps_metric,
metric,
scaled = FALSE,
SSratio = TRUE,
plot_density = TRUE,
...
)
Arguments
cmps_metric |
a data frame containing values of the metric and the labels |
metric |
string. Which metric to be plotted |
scaled |
logical value. If |
SSratio |
logical value. Whether to show the sum of squares ratio value |
plot_density |
logical value. If |
... |
other arguments for plotting: |
Value
a ggplot object
[Package cmpsR version 0.1.2 Index]