From: Benjamin Mako Hill Date: Mon, 12 May 2014 01:46:17 +0000 (-0700) Subject: fix typo in a figure label X-Git-Url: https://projects.mako.cc/source/gmail-maildir-counter/commitdiff_plain/e0c5f9a3654827f5448104fdb1850fbe473ec53c fix typo in a figure label --- diff --git a/analysis.R b/analysis.R index 6d3d2d2..1f68d5b 100644 --- a/analysis.R +++ b/analysis.R @@ -78,7 +78,7 @@ dev.off() ####################################################### 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)