Skip to content

Commit

Permalink
Revert phylomorpho docs
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Aug 17, 2024
1 parent c9f3cd4 commit 6e661cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 8 additions & 0 deletions R/phylomorpho.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@
#' contains the tip names (see example below).
#'
#' @param tree An object of class "phylo".
#' @param position A position adjustment to use on the data for this layer. This
#' can be used in various ways, including to prevent overplotting and
#' improving the display. The `position` argument accepts the following:
#' * The result of calling a position function, such as `position_jitter()`.
#' This method allows for passing extra arguments to the position.
#' * A string naming the position adjustment. To give the position as a
#' string, strip the function name of the `position_` prefix. For example, to
#' use `position_jitter()`, give the position as `"jitter"`.
#' @param seg_args A list of arguments passed only to [ggplot2::geom_segment()].
#' @param point_args A list of arguments passed only to [ggplot2::geom_point()].
#' @param ... Other arguments passed on to both [ggplot2::geom_segment()] and
Expand Down
6 changes: 2 additions & 4 deletions man/geom_phylomorpho.Rd

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

0 comments on commit 6e661cc

Please sign in to comment.