Skip to contents

Exports evaluation plots from an eval_report object

Usage

export_eval_plots(eval_report_obj, extension, ...)

Arguments

eval_report_obj

The eval_report object containing evaluation plots.

extension

The file extension/format of the exported plots.

...

Additional arguments to be passed to ggsave while exporting identity_modelparams. For instance use width = 20 to adjust the width of the plot identity_modelparams.

Value

None (the function writes the plots to files).

Details

This function exports evaluation plots, including identity model parameters, identity model dispersion, precision-recall by parameters, precision-recall aggregated, ROC by parameters, ROC aggregated, and genes expression plots from the eval_report object to individual files in a 'plots' folder within the current working directory.

Examples

if (FALSE) {
export_eval_plots(eval_report, "png", width = 20)
}