Skip to content

Commit

Permalink
improve man page
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausVigo committed Nov 6, 2024
1 parent eeb2030 commit 43257c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/phyDat.R
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ print.phyDat <- function (x, ...){
}

#' @rdname phyDat
#' @param gaps character for gaps (default is '-').
#' @param compress logical, compress data to store only site patterns.
#' @export
cbind.phyDat <- function(..., gaps="-", compress=TRUE){
object <- as.list(substitute(list(...)))[-1]
Expand Down
4 changes: 4 additions & 0 deletions man/phyDat.Rd

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

0 comments on commit 43257c5

Please sign in to comment.