diff --git a/R/fusion_id.R b/R/fusion_id.R index adbf1acd..92219cbd 100644 --- a/R/fusion_id.R +++ b/R/fusion_id.R @@ -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