RobinHankin / onion

R functionality to deal with quaternions and octonions
6 stars 1 forks source link

rbind() and cbind() for onions #7

Closed RobinHankin closed 3 years ago

RobinHankin commented 3 years ago

It might be nice for rbind() and cbind() to work as expected:

> cbind(rquat(),rquat())
     [,1] [,2]
[1,] ?    ?   
> cbind(roct(),roct())
     [,1] [,2]
[1,] ?    ?   
>