From 797ef2e377b46c77db61abc77e256d052a2cc82e Mon Sep 17 00:00:00 2001 From: Rademeyer Vermaak Date: Thu, 4 Aug 2016 13:56:11 +0200 Subject: [PATCH] Vectors.rmd Grammar fix (#229) --- vectors.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vectors.Rmd b/vectors.Rmd index 3d9723d..221a031 100644 --- a/vectors.Rmd +++ b/vectors.Rmd @@ -308,7 +308,7 @@ There are four types of thing that you can subset a vector with: x[c(3, 2, 5)] ``` - By repeating a position, you can actually make an longer output than + By repeating a position, you can actually make a longer output than input: ```{r}