powered by
t (array)
setMethod
ta(x)
t
a <- array (1 : 24, 4:2) a ta (a) setMethod ("t", "array", ta) t (a) removeMethod ("t", "array")
Run the code above in your browser using DataLab