friendly / VCDR

Visualizing categorical data with R
0 stars 0 forks source link

vcd::loddsratio - add t() and aperm() methods #19

Closed friendly closed 9 years ago

friendly commented 9 years ago

Would be nice to have. Except for dimnames, both could use existing as.matrix and as.array methods, e.g.,

t(as.matrix(LOR))
davidjohannesmeyer commented 9 years ago

I committed some code to vcd, needs to be tested ...

davidjohannesmeyer commented 9 years ago

should work now (rev 796).