R/naac.R

Defines functions naac.drda

#' @export
naac.drda <- function(object, xlim = NULL, ylim = c(0, 1)) {
  1 - nauc(object, xlim, ylim)
}

Try the drda package in your browser

Any scripts or data that you put into this service are public.

drda documentation built on April 3, 2025, 6 p.m.