Skip to content

Commit 9897a6e

Browse files
committed
cleaning appendix messages
1 parent 56c43b7 commit 9897a6e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

5-sim.qmd

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@ legend(
151151

152152
The following is example code that can be used to run multiple simulations like it is done using the `rdiffnet_multiple` function. We do not recommend this approach but it may be useful for some users:
153153

154-
```{r sim-sim, cache = TRUE, collapse = TRUE}
154+
```{r}
155+
#| label: sim-sim
156+
#| warning: false
157+
#| message: false
155158
# Now, simulating a bunch of diffusion processes
156159
nsim <- 500L
157160
ans_1and2 <- vector("list", nsim)

0 commit comments

Comments
 (0)