R/print.L1SATTClass.R

Defines functions print.L1SATTClass

print.L1SATTClass <-
function(x, ...){
    msg <- paste('An imbalance frontier with', as.character(length(x$frontier$Xs)), 'points.\n', sep = ' ')
    cat(msg)
}

Try the MatchingFrontier package in your browser

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

MatchingFrontier documentation built on May 2, 2019, 4:16 a.m.