R/print.mpr.R

Defines functions print.mpr

Documented in print.mpr

print.mpr <- function(x, ...) {
    msg <- attr(x, "msg")
	if (!is.null(msg) && nchar(msg) > 0) warning(msg)
    cat(x, ..., "\n", sep = "")
}
ggrothendieck/rmathpiper documentation built on May 17, 2019, 4:17 a.m.