Skip to content

Commit

Permalink
Update RN_to_matrix.R
Browse files Browse the repository at this point in the history
There was a mistake in @param RNdata. It must be an object generated with "comm_to_RN" not by "comm_subset".
  • Loading branch information
jmalcan authored Jul 22, 2024
1 parent 681b3ed commit f32f4da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/RN_to_matrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' The next function takes a RN stored as data frame and transforms it into a matrix.
#' The output matrix can be used input for bipartite package.
#'
#' @param RNdata A data frame generated with [comm_subset()] or a data.frame
#' @param RNdata A data frame generated with [comm_to_RN()] or a data.frame
#' containing columns with all the information needed for the basic analysis of
#' recruitment networks: canopy species (canopy), recruit species (recruit),
#' cover of the canopy (cj) and recruit (ci),
Expand Down

0 comments on commit f32f4da

Please sign in to comment.