mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2024-12-02 08:22:16 +00:00
tweaked grades example (need some R help in plotting histogram)
This commit is contained in:
parent
28c29ee51e
commit
02634f7d85
@ -50,8 +50,10 @@ cd ~ && du -sc * |grep -v total
|
||||
pie(dirs[,1], labels = dirs[,2])
|
||||
#+end_src
|
||||
|
||||
|
||||
*** operate in/on tables (processing grades)
|
||||
|
||||
#+tblname: grades-table
|
||||
| student | grade | letter |
|
||||
|---------+-------+--------|
|
||||
| 1 | 18 | F |
|
||||
@ -79,6 +81,11 @@ end
|
||||
rand(100)
|
||||
#+end_src
|
||||
|
||||
#+srcname: show-distribution
|
||||
#+begin_src R :var grades=grades-table
|
||||
|
||||
#+end_src
|
||||
|
||||
|
||||
** communication between people
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user