Skip to content

Commit

Permalink
updated loop slides
Browse files Browse the repository at this point in the history
  • Loading branch information
RedondoMA committed Oct 29, 2024
1 parent fde97de commit c771625
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slide_r_elements_4.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ vec
--

The above can be achieved in R by means of **vectorization**.
**Vectorization** is an element-wise operation where you perform task/operation on entire vectors/matrix/data.frames.
**Vectorization** is an element-wise operation where you perform an operation on entire vectors.

```{r for.loop.avoid, echo=T}
vec <- c(1:5)
Expand Down

0 comments on commit c771625

Please sign in to comment.