Skip to content

Commit 7261806

Browse files
committed
update workedExample.Rmd due to moving png files
1 parent 3b00e5b commit 7261806

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

vignettes/workedExample.Rmd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ indexPPR::plot_mtl_index(MTL,epu)
124124
```
125125

126126
```{r includeplots1, eval = T, echo = F, out.width='50%'}
127-
path <- system.file("extdata",package = "indexPPR")
128-
knitr::include_graphics(paste0(path,"/PPR-GOM-0.80.png"))
129-
knitr::include_graphics(paste0(path,"/MTL-GOM-0.80.png"))
127+
path <- here::here("vignettes","figures")
128+
knitr::include_graphics(paste0(path,"/PPR-GOM-0_80.png"))
129+
knitr::include_graphics(paste0(path,"/MTL-GOM-0_80.png"))
130130
knitr::include_graphics(paste0(path,"/PP-GOM.png"))
131131
```
132132

@@ -162,7 +162,7 @@ plot(speciesComp$plotObj)
162162

163163

164164
```{r plotspeciescomp, echo = F, eval = T, out.width='80%'}
165-
knitr::include_graphics(paste0(path,"/composition-GOM-0.80.png"))
165+
knitr::include_graphics(paste0(path,"/composition-GOM-0_80.png"))
166166
```
167167

168168

0 commit comments

Comments
 (0)