We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fafc948 commit a9c3569Copy full SHA for a9c3569
1 file changed
RcppTskit/vignettes/RcppTskit_intro.qmd
@@ -325,8 +325,8 @@ ts <- ts_load(ts_file)
325
# (on the pointer)
326
ts_num_individuals2(ts$pointer)
327
328
-# An identical RcppTskit implementation
329
-# (available as the method of the TreeSequence class)
+# The above is identical to the RcppTskit implementation
+# (available as a method of the TreeSequence class)
330
ts$num_individuals()
331
```
332
0 commit comments