summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-05Update plotHEADmasterSt33v
2013-05-18Create fibonacciSt33v
Two functions that calculate the first 'n' member of the Fibonacci series.
2013-05-16Update goat.RSt33v
Added in helper fns pr() and junkyard() Added a few more instructions in the comments.
2013-05-16Create goat.RSt33v
# goat.R # a numerical approach to the monty hall paradox # http://en.wikipedia.org/wiki/Monty_hall_problem Written after an evening of empirical testing, while watching footy and drinking beer. After about 30 repetitions the results were clearly becoming unequivocal.
2013-05-16Update file settings and cleanupSt33v
Added some text file formatting fns and the mighty htail!
2013-05-16Update conversionSt33v
added exponential conversion pair of equations.
2013-05-16Create probabilitySt33v
Added functions from sp_fn.R
2013-05-16Create conversionSt33v
Added f2c (Fahrenheit to Celsius)
2013-05-16Update file settings and cleanupSt33v
deleted plotdir fns
2013-05-16Create plotSt33v
Functions for creating plots for publication in a standard A4 document with 3 cm borders. i.e. plot width is 15 cm.
2013-05-16Create file settings and cleanupSt33v
copied various functions from (my local) sp_fn.R
2013-05-16Initial commitSt33v