fix typo in a figure label
authorBenjamin Mako Hill <mako@atdot.cc>
Mon, 12 May 2014 01:46:17 +0000 (18:46 -0700)
committerBenjamin Mako Hill <mako@atdot.cc>
Mon, 12 May 2014 01:46:17 +0000 (18:46 -0700)
analysis.R

index 6d3d2d2d26cc2b293a5ca6f4fda24762564441f1..1f68d5bc1ac78eb6486fdac52734ba1232ee5b91 100644 (file)
@@ -78,7 +78,7 @@ dev.off()
 #######################################################
 
 prop.data <- rbind(cbind(google.by.week(d), subset="All Email"),
 #######################################################
 
 prop.data <- rbind(cbind(google.by.week(d), subset="All Email"),
-                   cbind(google.by.week(d[d$replied]), subset="Emails with Replies"))
+                   cbind(google.by.week(d[d$replied]), subset="Email with Replies"))
 
 
 pdf(file="emails_gmail_prop_over_time.pdf", width=10, height=8)
 
 
 pdf(file="emails_gmail_prop_over_time.pdf", width=10, height=8)

Benjamin Mako Hill || Want to submit a patch?