R/Methods-t.R

##
## Methods for transposing a matrix
## ================================
##
## Method definition for objects of class "Orthom"
##
setMethod("t", signature(x = "Orthom"), function(x) t(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 29, 2022, 5:06 p.m.