Warning Signals
- Added resulting indicator distributions on finer sampling results.
- Re-running now excluding the final dive (population below 300).
Treebase
working on manuscript. A few examples using the improved meta-data queries:
Computing configuration
vim and R
- install vim-r-plugin. Download, then run
vim-addons install r-plugin
- install screen plugin
- add to .vimrc:
set nocompatible
syntax enable
filetype plugin on
filetype indent on
let vimrplugin_underscore = 0
- learn some key bindings Really to launch, and
- Also see this post for configuration with vim-latex-suite.