https://github.com/cran/precrec
Raw File
Tip revision: bcfdce5e7fce107219327c68535515c0aa1b5231 authored by Takaya Saito on 22 November 2016, 08:07:09 UTC
version 0.6.1
Tip revision: bcfdce5
NAMESPACE
# Generated by roxygen2: do not edit by hand

S3method(as.data.frame,mmcurves)
S3method(as.data.frame,mmpoints)
S3method(as.data.frame,mscurves)
S3method(as.data.frame,mspoints)
S3method(as.data.frame,smcurves)
S3method(as.data.frame,smpoints)
S3method(as.data.frame,sscurves)
S3method(as.data.frame,sspoints)
S3method(auc,aucs)
S3method(auc,default)
S3method(autoplot,mmcurves)
S3method(autoplot,mmpoints)
S3method(autoplot,mscurves)
S3method(autoplot,mspoints)
S3method(autoplot,smcurves)
S3method(autoplot,smpoints)
S3method(autoplot,sscurves)
S3method(autoplot,sspoints)
S3method(fortify,mmcurves)
S3method(fortify,mmpoints)
S3method(fortify,mscurves)
S3method(fortify,mspoints)
S3method(fortify,smcurves)
S3method(fortify,smpoints)
S3method(fortify,sscurves)
S3method(fortify,sspoints)
S3method(part,default)
S3method(part,mmcurves)
S3method(part,mscurves)
S3method(part,smcurves)
S3method(part,sscurves)
S3method(pauc,aucs)
S3method(pauc,default)
S3method(plot,mmcurves)
S3method(plot,mmpoints)
S3method(plot,mscurves)
S3method(plot,mspoints)
S3method(plot,smcurves)
S3method(plot,smpoints)
S3method(plot,sscurves)
S3method(plot,sspoints)
S3method(print,beval_info)
S3method(print,curve_info)
S3method(print,mdat)
export(auc)
export(create_sim_samples)
export(evalmod)
export(join_labels)
export(join_scores)
export(mmdata)
export(part)
export(pauc)
importFrom(Rcpp,sourceCpp)
importFrom(ggplot2,autoplot)
importFrom(ggplot2,fortify)
importFrom(grDevices,col2rgb)
importFrom(grDevices,rainbow)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,matplot)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,polygon)
importFrom(methods,is)
importFrom(stats,qnorm)
importFrom(stats,rbeta)
importFrom(stats,rnorm)
useDynLib(precrec)
back to top