R/merge.default.R

Defines functions merge.default

Documented in merge.default

#' Merge - default
#'
#' Default method for merge. Does nothing.
#'
#' @param object a GSTSM object
#' @param ck set of candidates
#' @return Solid Ranged-Group(s) of all candidate sequences
#' @exportS3Method gstsm::merge default
merge.default <- function(object, ck) { }

Try the gstsm package in your browser

Any scripts or data that you put into this service are public.

gstsm documentation built on Oct. 20, 2022, 1:07 a.m.