Skip to content

Commit 22ff9d8

Browse files
Merge pull request #165 from stan-dev/160_image_fix
.pdf image files were not rendering in html, converted to .png
2 parents 4442d1d + b43fca0 commit 22ff9d8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
36.3 KB
Loading
26.4 KB
Loading

src/stan-users-guide/latent-discrete.Rmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,14 +236,14 @@ default MCMC implementation is shown in the posterior plot.
236236
Log probability of change point being in year, calculated analytically.
237237

238238
```{r include=TRUE, fig.align="center", fig.cap=c("Analytical change-point posterior"), echo=FALSE}
239-
knitr::include_graphics("./img/change-point-posterior.pdf", auto_pdf = TRUE)
239+
knitr::include_graphics("./img/change-point-posterior.png", auto_pdf = TRUE)
240240
```
241241

242242
The frequency of change points generated by sampling the discrete change
243243
points.
244244

245245
```{r include=TRUE, fig.align="center", fig.cap=c("Sampled change-point posterior"), echo=FALSE}
246-
knitr::include_graphics("./img/s-discrete-posterior.pdf", auto_pdf = TRUE)
246+
knitr::include_graphics("./img/s-discrete-posterior.png", auto_pdf = TRUE)
247247
```
248248

249249
In order their range of estimates be visible, the first plot is on the log

0 commit comments

Comments
 (0)