From e0c5f9a3654827f5448104fdb1850fbe473ec53c Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Sun, 11 May 2014 18:46:17 -0700 Subject: [PATCH] fix typo in a figure label --- analysis.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2