Playing around with R using data van Google
Analytics, using the following recipes:
Here are some graphs:
Daily visits for 2014
ggplot(myresults, aes(x=date, y=visits))+ geom_point() +
+ stat_smooth()
ggplot(myresults, aes(x=date, y=visits))+ geom_point() +
+ stat_smooth()