Skip to content

Commit

Permalink
Spell out N \dots U
Browse files Browse the repository at this point in the history
  • Loading branch information
ms609 committed Oct 31, 2024
1 parent a527157 commit ce34681
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ LazyData: true
ByteCompile: true
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
4 changes: 2 additions & 2 deletions R/VisualizeQuartets.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#' \describe{
#' \item{node}{The internal numbering of the node corresponding to each split,
#' as displayed by `ape::nodelabels()`}
#' \item{N\dots{}u}{The status of each quartet relative to that split,
#' as documented in [`QuartetStatus()`]}
#' \item{N, Q, s, d, r1, r2, u}{The status of each quartet relative to that
#' split, as documented in [`QuartetStatus()`]}
#' \item{res}{The number of quartets resolved by that split, i.e. `s` + `d`}
#' \item{same}{The proportion of quartets resolved by that node that are
#' resolved in the same manner in the other tree; i.e. `s / s + d`}
Expand Down
4 changes: 2 additions & 2 deletions man/VisualizeQuartets.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce34681

Please sign in to comment.