Skip to content

Commit

Permalink
update workedExample.Rmd due to moving png files
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Feb 19, 2020
1 parent 3b00e5b commit 7261806
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vignettes/workedExample.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ indexPPR::plot_mtl_index(MTL,epu)
```

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

Expand Down Expand Up @@ -162,7 +162,7 @@ plot(speciesComp$plotObj)


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


0 comments on commit 7261806

Please sign in to comment.