Skip to content

Commit 255aa39

Browse files
committed
Update README.md
1 parent 62249bf commit 255aa39

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ After plotting the image, the automatic detection of ring borders can be perform
6161
t2 <- ring_detect(ring.data = t1, seg = 2, method = 'watershed')
6262
```
6363

64-
<center><img src="docs/articles/imgREADME-img001.png" width = "65%" height = "65%" /></center>
64+
<center><img src="docs/articles/img/README-img001.png" width = "65%" height = "65%" /></center>
6565
<center>Figure 1. The automatic detection of ring borders</center>
6666

6767
### 3. Calculate ring-width series
@@ -90,7 +90,7 @@ This command allows to run a Shiny-based application within the system's default
9090

9191
The dashboard has three components: a header, sidebar and body, like this
9292

93-
<img src="docs/articles/imgREADME-img002.png" width = "85%" height = "85%" />
93+
<img src="docs/articles/img/README-img002.png" width = "85%" height = "85%" />
9494

9595
A workflow for the Shiny app can be found at https://ropensci.github.io/MtreeRing/articles/app-MtreeRing.html. Most steps are demonstrated with a gif to make the workflow more understandable.
9696

@@ -100,7 +100,7 @@ If an increment borer is used to extract samples, it is well known that the auge
100100

101101
Under such conditions, you can create two paths by setting the argument `incline = TRUE`, or by ticking the checkbox **Inclined tree rings**. See this example.
102102

103-
<img src="docs/articles/imgRingCorrection.png" width = "80%" height = "80%" />
103+
<img src="docs/articles/img/RingCorrection.png" width = "80%" height = "80%" />
104104

105105
The line segment connecting two dots on the same ring should match the tangent of a tree ring border. The corrected ring width is estimated from the distance between adjacent rings and orientation of ring borders.
106106

0 commit comments

Comments
 (0)