Tuesday, October 20, 2009

Paper accepted; revisions submitted.

Adaptive dynamics of rhizobia investment with multiple infections.
MiMB chapter on Symbiosis Modelling with Emily Jones, sent to the editors today.

Monday, September 21, 2009

Nuzhdin Lab: http://openwetware.org/wiki/Nuzhdin:Home

Friday, August 28, 2009

Pink noise for macs

http://www.macupdate.com/info.php/id/28330

Tuesday, July 21, 2009

awk tutorial:

http://doc.ddart.net/shell/awk/#intro

why import into R when you can use awk?

Wednesday, April 22, 2009

R local packages on Unix

R CMD INSTALL --library=$HOME/Rlibs $library_name

.libPaths("$HOME/Rlibs")

library($library_name)