Re: [O] problem with frequency table if it contains strings.

2018-06-19 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > || lower bound | upper bound | frequency | > |+-+-+---| > | SS | 0 | 4.9 | 8 | > | AP | 5 | 6.9 | 2 | > | NT | 7 | 8.9 | 2 | >

[O] problem with frequency table if it contains strings.

2018-06-18 Thread Uwe Brauer
Hi Please consider the following example #+BEGIN_SRC emacs-lisp (defun in-interval (bounds el) (and (>= el (car bounds)) (<= el (cadr bounds #+END_SRC #+TBLNAME: raw-data | Test | |--| |0 | |1 | |2 | |3 | |4 | |5 | |6 | |7 | |8 | |9 | |