Skip to content

Commit

Permalink
Docs: fix image extensions and width in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed Sep 28, 2021
1 parent 8dad205 commit c6b3ab8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,15 @@ step that should be plotted.
plot(results, step = 1)
```
<p align="center">
<img width = "50%" src="./man/figures/example-step-1.svg" alt="Example Step 1"/>
<img width = "60%" src="./man/figures/example-step-1.png" alt="Example Step 1"/>
</p>

```r
# Step 2.
plot(results, step = 2)
```
<p align="center">
<img width="50%" src="./man/figures/example-step-2.svg" alt="Example Step 2"/>
<img width="60%" src="./man/figures/example-step-2.png" alt="Example Step 2"/>
</p>

```r
Expand All @@ -122,7 +122,7 @@ plot(results, step = 3)
```

<p align="center">
<img width = "50%" src="./man/figures/example-step-3.svg" alt="Example Step 3"/>
<img width = "60%" src="./man/figures/example-step-3.png" alt="Example Step 3"/>
</p>

```r
Expand All @@ -131,7 +131,7 @@ plot(validation)
```

<p align="center">
<img width = "50%" src="./man/figures/example-validation.svg" alt="Example Validation"/>
<img width = "60%" src="./man/figures/example-validation.png" alt="Example Validation"/>
</p>

---
Expand Down

0 comments on commit c6b3ab8

Please sign in to comment.