parent
83b0fa9132
commit
9c236cddda
|
@ -384,7 +384,7 @@ Another example of this pattern is using the `map()`, `map2()`, `pmap()` from pu
|
|||
```{r}
|
||||
sim <- tribble(
|
||||
~f, ~params,
|
||||
"runif", list(min = -1, max = -1),
|
||||
"runif", list(min = -1, max = 1),
|
||||
"rnorm", list(sd = 5),
|
||||
"rpois", list(lambda = 10)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue