[rkward-devel] matrix GUI element

Birk Diedenhofen mail at birkdiedenhofen.de
Wed Aug 28 17:26:50 UTC 2013


Hi!

I finally implemented a matrix GUI element in my rkward plugin!
Everything works well so far, except the following issue: The matrix 
element produces invalid code (there is a comma missing behind the first 
column):

cbind (
   c (1, 1)
   c (.5, 1)
)

I'm using a self-built version of rkward (revision 4761).

Another issue: Would it be possible to restrict the matrix input to the 
upper triangle of the matrix? All other cells (diagonal, lower triangle) 
should not allow input.


Regards,
Birk




More information about the Rkward-devel mailing list