shared_viz_lib_args: Arguments that are shared by multiple 'Visualizer' library...

shared_viz_lib_argsR Documentation

Arguments that are shared by multiple Visualizer library functions.

Description

Arguments that are shared by multiple Visualizer library functions.

Arguments

eval_name

Name of Evaluator containing results to plot. If NULL, the data used for plotting is computed from scratch via eval_fun.

eval_fun

Character string, specifying the function used to compute the data used for plotting if eval_name = NULL. If eval_name is not NULL, this argument is ignored.

eval_fun_options

List of named arguments to pass to eval_fun.

interactive

Logical. If TRUE, returns interactive plotly plots. If FALSE, returns static ggplot plots.

curve

Either "ROC" or "PR" indicating whether to plot the ROC or Precision-Recall curve.

show

Character vector with elements being one of "boxplot", "point", "line", "bar", "errorbar", "ribbon", "violin", indicating what plot layer(s) to construct.


Yu-Group/simChef documentation built on Jan. 11, 2025, 1:25 a.m.