-
Recent Posts
Follow me on Twitter
My Tweets- Follow Richard D Bagnall on WordPress.com
Author Archives: rdbagnall
Plotting bar charts in R with ggplot2
I was introduced to plotting and exploring data in R during the online Coursera Data Science course. We covered the base plotting system, lattice plot and ggplot2 amongst others. I liked the look of ggplot2 as it allows customisation of figures. I … Continue reading
Printing the date and time in a Perl script
I find it useful to print out the data and time after each step when running a long Perl script so that I can keep a check on the progress. If a step only takes a few seconds when it … Continue reading