This is the first blog post in weeks that made me smile: http://blog.schockwellenreiter.de/6082 It is always a pleasure to see that few people spend time on interesting things.
I used to unleash R onto my apache_logs. It takes only very few lines to get nice little aggregations:
a <- read.csv("some.csv")
plot(a)
title("thisPlotsTitle")
lines(smooth.spline(a), col="red")
Furthermore, you have some lovely libraries, dealing with all kinds of statistical analysis. So, R is truly great since we believe that "There are no data that cannot be plotted on a straight line if the axis are chosen correctly".
Commenting is closed for this article.