R/find.default.R

Defines functions find.default

Documented in find.default

#' Find - default
#'
#' Default method for find. Does nothing.
#'
#' @param object a GSTSM object
#' @param ck set of candidates
#' @return Solid Ranged-Group(s) of all candidate sequences
#' @exportS3Method gstsm::find default
find.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.