Skip to content

Commit

Permalink
img needs to be figures
Browse files Browse the repository at this point in the history
  • Loading branch information
temospena committed Jun 7, 2024
1 parent 0f5675d commit 57c8f7a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ And you should have something like this

```{r echo=FALSE}
# requires targets
knitr::include_graphics("man/img/tar_viz_run.png")
knitr::include_graphics("man/figures/tar_viz_run.png")
```

```{r eval=FALSE}
Expand All @@ -94,13 +94,13 @@ tar_load(grid_all)
mapview::mapview(grid_all, zcol="score") #ranked cells
```
```{r echo=FALSE}
knitr::include_graphics("man/img/tar_result.png")
knitr::include_graphics("man/figures/tar_result.png")
```

If you want to see the filtered cells (candidates), you can load the `site_selection` object and plot it, with *complex* and *very complex* cells (transit layer considered).

```{r echo=FALSE}
knitr::include_graphics("man/img/complexity.png")
knitr::include_graphics("man/figures/complexity.png")
```


Expand All @@ -110,7 +110,7 @@ When the process is not complete, you may have an error like this
tar_visnetwork()
```
```{r echo=FALSE}
knitr::include_graphics("man/img/tar_viz_werror.png")
knitr::include_graphics("man/figures/tar_viz_werror.png")
```

### Work with non-administrative boundary
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ tar_visnetwork(targets_only = TRUE) # or false, to show objects

And you should have something like this

<img src="man/img/tar_viz_run.png" width="1767" />
<img src="man/figures/tar_viz_run.png" width="1767" />

``` r
tar_make()
Expand All @@ -93,21 +93,21 @@ tar_load(grid_all)
mapview::mapview(grid_all, zcol="score") #ranked cells
```

<img src="man/img/tar_result.png" width="629" />
<img src="man/figures/tar_result.png" width="629" />

If you want to see the filtered cells (candidates), you can load the
`site_selection` object and plot it, with *complex* and *very complex*
cells (transit layer considered).

<img src="man/img/complexity.png" width="660" />
<img src="man/figures/complexity.png" width="660" />

When the process is not complete, you may have an error like this

``` r
tar_visnetwork()
```

<img src="man/img/tar_viz_werror.png" width="689" />
<img src="man/figures/tar_viz_werror.png" width="689" />

### Work with non-administrative boundary

Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes

0 comments on commit 57c8f7a

Please sign in to comment.