Skip to content

Commit d6d0735

Browse files
committed
Fixing references in website
1 parent 70f7df3 commit d6d0735

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -159,13 +159,13 @@ as.phylo(O)
159159
plot(O)
160160
```
161161

162-
![](man/figures/Get%20offspring-1.png)
162+
![](man/figures/get-offspring-1.png)
163163

164164
``` r
165165
plot_logLik(O)
166166
```
167167

168-
![](man/figures/Get%20offspring-2.png)
168+
![](man/figures/get-offspring-2.png)
169169

170170
## Simulating annoated trees
171171

README.qmd

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ head(fakeexperiment)
6363
head(faketree)
6464
```
6565

66-
```{r Get offspring}
66+
```{r get-offspring}
6767
O <- new_aphylo(
6868
tip.annotation = fakeexperiment[,2:3],
6969
tree = as.phylo(faketree)
@@ -77,7 +77,7 @@ plot(O)
7777
plot_logLik(O)
7878
```
7979

80-
## Simulating annoated trees
80+
## Simulating annotated trees
8181

8282
```{r}
8383
set.seed(198)
@@ -151,5 +151,5 @@ plot(pred)
151151

152152
# Misc
153153

154-
During the development process, we decided to allow the user to choose what 'tree-reader' function he would use, particularly between using either the rncl R package or ape. For such, we created a short benchmark that compares both functions [here](playground/ape_now_supports_singletons.md).
154+
During the development process, we decided to allow the user to choose what 'tree-reader' function he would use, particularly between using either the **rncl** R package or ape. For such, we created a short benchmark that compares both functions [here](playground/ape_now_supports_singletons.md).
155155

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)