Skip to content

Commit

Permalink
Add exercise for multi-argument vectorization
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanwhite committed Oct 25, 2022
1 parent 48e6856 commit ca9f1cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions materials/iteration-without-loops-R.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ coefs <- c(0.97, 0.5, 2.2)
est_mass_coef(volumes, coefs)
```

> Do [Size Estimates Vectorized 2-3]({{ site.baseurl }}/exercises/Loops-size-estimates-vectorized-R).
#### mapply

* `mapply()` for functions with multiple arguments
Expand Down

0 comments on commit ca9f1cc

Please sign in to comment.