Re: [O] R contingency table axes labels in org

2013-11-04 Thread Jarmo Hurri
t...@tsdye.com (Thomas S. Dye) writes: > library(ascii) > ... > print(ascii(table(data)), type="org") Great tip. I even got the result out as an interpreted org table by using ":results output raw". (For example, without "raw" it becomes literal.) Thanks! * interesting data #+BEGIN_SRC R :expo

Re: [O] R contingency table axes labels in org

2013-11-04 Thread Thomas S. Dye
Jarmo Hurri writes: > Greetings again. > > I need to represent a contingency table generated by R in an org file. R > output shows the labes of the vertical and the horizontal axes, but > these are pruned from the output in org-mode. Is there a nice way to > reintroduce the axes labels? > > # ---

[O] R contingency table axes labels in org

2013-11-04 Thread Jarmo Hurri
Greetings again. I need to represent a contingency table generated by R in an org file. R output shows the labes of the vertical and the horizontal axes, but these are pruned from the output in org-mode. Is there a nice way to reintroduce the axes labels? # --