R/show.R

# ==============================================================================
# S4 show function for mi object
# ==============================================================================
setMethod( "show", signature( object = "mi" ),
  function ( object ) {
    print( object )
  }
) 

# ==============================================================================
# S4 show function for mi.info object
# ==============================================================================
setMethod( "show", signature( object = "mi.info" ), 
  function ( object ) {
    print( object )
  }
)

Try the mi package in your browser

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

mi documentation built on May 2, 2019, 4:43 p.m.