R/t-methods.R

setGeneric( "t", function(x) standardGeneric( "t" ) )

setMethod(
          "t",
          signature( "Intervals_virtual" ),
          function(x) t( x@.Data )
          )
edzer/intervals documentation built on Sept. 8, 2023, 9:12 p.m.