From 726180661028e096d31a0d9065b320ca60b1ccd0 Mon Sep 17 00:00:00 2001 From: andybeet <22455149+andybeet@users.noreply.github.com> Date: Wed, 19 Feb 2020 16:10:39 -0500 Subject: [PATCH] update workedExample.Rmd due to moving png files --- vignettes/workedExample.Rmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vignettes/workedExample.Rmd b/vignettes/workedExample.Rmd index 376ab3e..c14c29f 100644 --- a/vignettes/workedExample.Rmd +++ b/vignettes/workedExample.Rmd @@ -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")) ``` @@ -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")) ```