Skip to content

Commit

Permalink
Fix figures in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cforgaci committed Dec 16, 2024
1 parent a77849d commit 9c63927
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ plot(sf::st_geometry(streets),

</details>

<img src="./img/streets.png" alt="Bucharest streets" width="500"/>
<img src="man/figures/streets.png" alt="Bucharest streets" width="500"/>

Determine continuous lines in the network as:

Expand All @@ -87,7 +87,7 @@ plot(continuous_streets,

</details>

<img src="./img/continuous-streets.png" alt="Bucharest continuous streets" width="500"/>
<img src="man/figures/continuous-streets.png" alt="Bucharest continuous streets" width="500"/>

[osm]: https://www.openstreetmap.org/

Expand Down
File renamed without changes
File renamed without changes

0 comments on commit 9c63927

Please sign in to comment.