Skip to content

Commit

Permalink
Add references to fd_fric_intersect()
Browse files Browse the repository at this point in the history
Fix #35
  • Loading branch information
Bisaloo committed Jul 12, 2024
1 parent 6798132 commit 9989bb8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Language: en
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)
Imports:
Expand Down
12 changes: 12 additions & 0 deletions R/fd_fric_intersect.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,18 @@
#' data(traits_birds)
#' fd_fric_intersect(traits_birds)
#'
#' @references
#' Villéger S., Grenouillet G., Brosse S. (2013), Decomposing functional
#' \eqn{\beta}{beta}-diversity reveals that low functional
#' \eqn{\beta}{beta}-diversity is driven by low functional turnover in European
#' fish assemblages, Global Ecology and Biogeography, 22(6), 671–681.
#' \doi{10.1111/geb.12021}.
#'
#' Zhao T., Villéger S., Cucherousset J. (2019). Accounting for intraspecific
#' diversity when examining relationships between non-native species and
#' functional diversity. Oecologia, 189(1), 171-183.
#' \doi{10.1007/s00442-018-4311-3}.
#'
#' @export
fd_fric_intersect <- function(traits, sp_com, stand = FALSE) {

Expand Down
12 changes: 12 additions & 0 deletions man/fd_fric_intersect.Rd

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

0 comments on commit 9989bb8

Please sign in to comment.