Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Jan 7, 2025
1 parent d5843ef commit 369360a
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 4 deletions.
1 change: 1 addition & 0 deletions R/align-phylo.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ AlignPhylo <- ggproto("AlignPhylo", Align,
#' - `x` and `y`: x-axis and y-axis coordinates for the start node of the edge.
#' - `xend` and `yend`: the x-axis and y-axis coordinates of the terminal node
#' for edge.
#' @family fortify_data_frame methods
#' @export
fortify_data_frame.phylo <- function(data, ..., type = "rectangle",
center = FALSE,
Expand Down
1 change: 1 addition & 0 deletions R/fortify-data-frame.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#' - [`fortify_data_frame.character()`]/[`fortify_data_frame.numeric()`]
#' - [`fortify_data_frame.matrix()`]
#' - [`fortify_data_frame.dendrogram()`]
#' - [`fortify_data_frame.phylo()`]
#' @export
fortify_data_frame <- function(data, ...) {
UseMethod("fortify_data_frame")
Expand Down
1 change: 1 addition & 0 deletions man/fortify_data_frame.Rd

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

3 changes: 2 additions & 1 deletion man/fortify_data_frame.character.Rd

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

3 changes: 2 additions & 1 deletion man/fortify_data_frame.default.Rd

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

3 changes: 2 additions & 1 deletion man/fortify_data_frame.dendrogram.Rd

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

3 changes: 2 additions & 1 deletion man/fortify_data_frame.matrix.Rd

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

8 changes: 8 additions & 0 deletions man/fortify_data_frame.phylo.Rd

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

0 comments on commit 369360a

Please sign in to comment.