R/summary_uncertaintydot.R

Defines functions .summary_uncertainty

.summary_uncertainty <- function(x, sort=TRUE)
{
    uct <- x$uctab
    if (sort)
        uct <- uct[order(uct$split, -uct$R, -uct$I),]
    uct
}

Try the opticut package in your browser

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

opticut documentation built on May 2, 2019, 5:09 a.m.