R/AllGenerics.R

#' @export
#' @name Dune
#' @title Dune
#' @param ... parameters including:
setGeneric(
  name = "Dune",
  signature = 'clusMat',
  def = function(clusMat, ...) {
    standardGeneric("Dune")
  }
)

Try the Dune package in your browser

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

Dune documentation built on Nov. 8, 2020, 7:55 p.m.