Skip to content

Commit

Permalink
Update rga_blog_speed_analytics.R
Browse files Browse the repository at this point in the history
  • Loading branch information
Manos Parzakonis committed May 5, 2013
1 parent 0972aff commit 94bc331
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rga_blog_speed_analytics.R
Expand Up @@ -47,10 +47,3 @@ j<-j+1
} }


summary(final_dataset) 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")

0 comments on commit 94bc331

Please sign in to comment.