Skip to content

Commit

Permalink
remove plyr from example
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Feb 8, 2024
1 parent 5cac7bc commit 9febef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/vertmap.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@
#' splist <- c("Accipiter erythronemius", "Aix sponsa", "Haliaeetus leucocephalus",
#' "Corvus corone", "Threskiornis molucca", "Merops malimbicus")
#' out <- lapply(splist, function(x) vertsearch(t=x, lim=100))
#' library("plyr")
#' out <- ldply(lapply(out, "[[", "data"))
#' out <- dplyr::bind_rows(lapply(out, "[[", "data"))
#' vertmap(out)
#' ## jitter points
#' library("ggplot2")
Expand Down
3 changes: 1 addition & 2 deletions man/vertmap.Rd

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

0 comments on commit 9febef5

Please sign in to comment.