Skip to content

Commit

Permalink
Fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
xrobin committed Aug 11, 2024
1 parent 194cf86 commit 31a40e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/coords.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
\usage{
coords(...)
\S3method{coords}{auc}{auc, ...}
\S3method{coords}{auc}(auc, ...)
\S3method{coords}{roc}(roc, x, input="threshold", ret=c("threshold",
"specificity", "sensitivity"), ignore.partial.auc=FALSE,
as.list=FALSE, drop=TRUE, best.method=c("youden", "closest.topleft"),
Expand Down
5 changes: 3 additions & 2 deletions man/geom_polygon_auc.roc.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
EXPERIMENTAL - Add an AUC polygon to a ggroc plot.
}
\usage{
\S3method{geom_polygon_auc}{roc}(data, legacy.axes = FALSE, ...)
\S3method{geom_polygon_auc}{smooth.roc}(data, legacy.axes = FALSE, ...)
\S3method{geom_polygon_auc}{auc}(data, legacy.axes = FALSE, ...)
\S3method{geom_polygon_auc}{roc}(data, ...)
\S3method{geom_polygon_auc}{smooth.roc}(data, ...)
}

\arguments{
Expand Down

0 comments on commit 31a40e5

Please sign in to comment.