Friday, November 29, 2013

Installing Octave on MacBook

Here are the notes I took while successfully installing Octave on MacBook 10.8.4


Monday, November 11, 2013

Exploring Apple Keynote

I am trying out Apple's Keynote to see what the fuss is all about. dashkards.com/keynote is a great site where I found this:

Wednesday, November 6, 2013

C style formatting in R

Numbering/naming files in a controllable format is important when making animations of a series of plots (by using animate for example). When the plots are being generated in R, there is an easy way to control the names of the output files as shown below;







The advantage here is that when you feed in files with the same base.name and numbered 000..100 (instead of 0..100), the command convert automatically reads them in increasing order w/o you relying on time stamps and such.