% Generated by roxygen2: do not edit by hand % Please edit documentation in R/precision_recall.R \name{get_pr_curve} \alias{get_pr_curve} \title{Gets precision-recall curves and AUC for both aggregated and individual parameters.} \usage{ get_pr_curve(pr_obj, ...) } \arguments{ \item{pr_obj}{precision-recall object.} \item{...}{Additional arguments to be passed to \code{ggplot2::geom_path}.} } \value{ precision-recall curves and AUCs for both aggregated and individual parameters. } \description{ This function takes a precision-recall object and returns precision-recall curves and AUCs for both aggregated and individual parameters. }