R/merge.R

Defines functions merge

Documented in merge

#' Merge - definition
#'
#' S3 class definition for merge method.
#'
#' @param object a GSTSM object
#' @param ck set of candidates
#' @return Solid Ranged-Group(s) of all candidate sequences
#' @export
merge <- function(object, ck) {
  UseMethod("merge")
}

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.