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)
}
ChristopherLucas/MatchingFrontier documentation built on June 10, 2020, 6:01 p.m.