Skip to content

Commit

Permalink
Shorter example
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Jun 30, 2023
1 parent a884bff commit d5366e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/geom_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
#' @export
#' @examples
#' library(ggplot2)
#' df <- data.frame(x = 2:5, y = seq(10, 25, 5),
#' name = c("cat", "walrus", "house mouse", "iris"))
#' df <- data.frame(x = 2:4, y = seq(10, 20, 5),
#' name = c("cat", "walrus", "house mouse"))
#' ggplot(df) +
#' geom_phylopic(aes(x = x, y = y, name = name),
#' color = "purple", size = 10) +
Expand Down
4 changes: 2 additions & 2 deletions man/geom_phylopic.Rd

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

0 comments on commit d5366e2

Please sign in to comment.