Skip to content

Commit

Permalink
fix long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed Sep 19, 2024
1 parent 2847ec1 commit 9238bb7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/fusion_id.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
#' @param edges distance based edge list generated by \code{edge_dist} function
#' @param threshold spatial distance threshold in the units of the projection
#' @param n_min_length minimum length of fusion events
#' @param n_max_missing maximum number of missing observations within a fusion event
#' @param allow_split boolean defining if a single observation can be greater than the
#' threshold distance without initiating fission event
#' @param n_max_missing maximum number of missing observations within a fusion
#' event
#' @param allow_split boolean defining if a single observation can be greater
#' than the threshold distance without initiating fission event
#' @export
#' @seealso \code{\link{edge_dist}}
#' @examples
Expand Down

0 comments on commit 9238bb7

Please sign in to comment.