R/show.R

#' @include mpcross-class.R
#' @include print.R
setMethod(f = "show", signature = "mpcrossRF", definition = function(object) print(object))
setMethod(f = "show", signature = "mpcross", definition = function(object) print(object))
setMethod(f = "show", signature = "mpcrossLG", definition = function(object) print(object))

Try the mpMap2 package in your browser

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

mpMap2 documentation built on Sept. 13, 2020, 5:17 p.m.