R/mine.default.R

Defines functions mine.default

Documented in mine.default

#' Mine - default
#'
#' Default method for mine. Does nothing.
#'
#' @param object a GSTSM object
#' @return all Solid Ranged Group(s) found, of all sizes
#' @exportS3Method gstsm::mine default
mine.default <- function(object) { }

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.