Skip to content

Commit

Permalink
re-add erronously removed chunk options
Browse files Browse the repository at this point in the history
  • Loading branch information
sebffischer committed Jun 12, 2023
1 parent 730fd6a commit 4627ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/indepth.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ print(ps$values)

The parameter constraints are automatically checked:

```{r}
```{r, error = TRUE}
ps$values$B = 100
```

Expand Down Expand Up @@ -302,7 +302,7 @@ pvrand = generate_design_random(ps2d, 500)
pvlhs = generate_design_lhs(ps2d, 500)
```

```{r}
```{r, echo = FALSE, out.width="45%", fig.show = "hold", fig.width = 4, fig.height = 4}
#| layout: [[40, 40]]
par(mar=c(4, 4, 2, 1))
plot(pvrand$data, main = "'random' design", xlim = c(0, 1), ylim=c(0, 1))
Expand Down

0 comments on commit 4627ebd

Please sign in to comment.