R/mine.R

Defines functions mine

Documented in mine

#' Mine - definition
#'
#' S3 class definition for mine method.
#'
#' @param object a GSTSM object
#' @return all Solid Ranged Group(s) found, of all sizes
#' @export
mine <- function(object) {
  UseMethod("mine", 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.