Skip to content

Commit

Permalink
Update 09-vectorization.Rmd
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-bruneaux committed Apr 13, 2023
1 parent d0ce8ff commit d423512
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions episodes/09-vectorization.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,8 @@ m * -1

> ## Tip: Operations on vectors of unequal length
>
> Operations can also be performed on vectors of unequal legnth, through
> a process known as *recycling*. This process repeats the smaller vector
> Operations can also be performed on vectors of unequal length, through
> a process known as *recycling*. This process automatically repeats the smaller vector
> until it matches the length of the larger vector. R will provide a warning
> if the larger vector is not a multiple of the smaller vector.
>
Expand All @@ -297,6 +297,3 @@ m * -1
> 2 4 6 5 7 9 8
> ```
>
> For more on matrix algebra, see the [Quick-R reference
> guide](http://www.statmethods.net/advstats/matrix.html)
{: .callout}

0 comments on commit d423512

Please sign in to comment.