R/Methods-print.R

##
## Methods for printing objects
## ============================
##
## Method definition for objects of class "Orthom"
##
setMethod(f = "print", signature(x = "Orthom"), function(x, ...) print(x@M, ...))

Try the gogarch package in your browser

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

gogarch documentation built on April 28, 2022, 3 p.m.