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) { }
cefet-rj-dal/gstsm documentation built on Oct. 16, 2022, 5:10 p.m.