R/print.pair.R

"print.pair" <-
function (x, y, ...) {
    paste("(", x, ":", y,")", sep="")
}

Try the stepwise package in your browser

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

stepwise documentation built on May 2, 2019, 8:20 a.m.