Vectors.rmd Grammar fix (#229)
This commit is contained in:
parent
fa3a3f4297
commit
797ef2e377
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue