From 94bc331a9fa6d45cf7c0d5f38c888577b90c006c Mon Sep 17 00:00:00 2001 From: Manos Parzakonis Date: Sun, 5 May 2013 19:57:53 +0300 Subject: [PATCH] Update rga_blog_speed_analytics.R --- rga_blog_speed_analytics.R | 7 ------- 1 file changed, 7 deletions(-) diff --git a/rga_blog_speed_analytics.R b/rga_blog_speed_analytics.R index 710af16..7480f8e 100644 --- a/rga_blog_speed_analytics.R +++ b/rga_blog_speed_analytics.R @@ -47,10 +47,3 @@ j<-j+1 } summary(final_dataset) - -# You realy got to open http://docs.ggplot2.org/ on a Browser tab now! It's awesome... -# Need to fix xlab a bit -m <- ggplot(data=subset(final_dataset,avgPLGroupNum<12), aes(x=avgPLGroup)) -m + geom_histogram(aes(y = ..count..)) + geom_density(fill=NA) + geom_histogram(aes(fill = ..count..)) -# Let's get a sense of the distribution of load times per month -qplot(factor(yearmo), avgPageLoadTime, data = subset(final_dataset,yearmo>201208 & isMobile=='No'), geom = "boxplot",outlier.colour = "red", outlier.size = 1) + ylim(0, 20) + labs(title = "Page Load (in secs) for Desktop",x="Year-Month")