plotPrc: Plot Precision Recall Curve

View source: R/plotPrc.R

plotPrcR Documentation

Plot Precision Recall Curve

Description

Plot Precision Recall Curve

Usage

plotPrc(x, group = NULL, title = NULL, breaks = F, print_plot = T)

Arguments

x

Tibble with precision and recall computed by the performance R package

group

Variable to group coordinates

title

Plot title

breaks

Boolean to plot additional breaks and lines

Value

A ggplot containing the precision recall curve


mikeniemant/nbs documentation built on June 23, 2022, 4:52 a.m.