R/show.R

# SHOW METHODS
#' @include AllClasses.R
NULL

setMethod(
  f = "show",
  signature = "DiversityIndex",
  definition = function(object) {
    methods::callGeneric(object@.Data)
  }
)
setMethod(
  f = "show",
  signature = "RarefactionIndex",
  definition = function(object) {
    methods::callGeneric(object@.Data)
  }
)

Try the tabula package in your browser

Any scripts or data that you put into this service are public.

tabula documentation built on Aug. 22, 2023, 5:11 p.m.