Skip to content

Commit b2e3aa6

Browse files
authored
Correct grammar in R tute
1 parent 3dc5456 commit b2e3aa6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

tskitr.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ n
4444
The `$` operator can also be used to call methods, for example, the
4545
{meth}`~TreeSequence.simplify` method associated with the tree sequence.
4646
The method parameters are given as native R objects
47-
(but note that object IDs are still use tskit's 0-based indexing system).
47+
(but note that object IDs still use tskit's 0-based indexing system).
4848

4949
```{code-cell}
5050
reduced_ts <- ts$simplify(0:7) # only keep samples with ids 0, 1, 2, 3, 4, 5, 6, 7
@@ -171,4 +171,8 @@ by `tskit`, and the one-based counting system used in `R`.
171171

172172
## Further information
173173

174-
Be sure to check out the [reticulate](https://rstudio.github.io/reticulate/) documentation, in particular on [Calling Python from R](https://rstudio.github.io/reticulate/articles/calling_python.html), which includes important information on how R data types are converted to their equivalent Python types.
174+
Be sure to check out the [reticulate](https://rstudio.github.io/reticulate/)
175+
documentation, in particular on
176+
[Calling Python from R](https://rstudio.github.io/reticulate/articles/calling_python.html),
177+
which includes important information on how R data types are converted to their
178+
equivalent Python types.

0 commit comments

Comments
 (0)