R/getDesFunc.R

#' @include derFunc.R
#' @include desFunc.R
NULL
# --------------------------------------------
# Generic function for Desirability Functions
# --------------------------------------------

#' Type of Desirability function
#'
#' Generates a \code{character} vector which specifies the used desirability function and
#' its parameters
#'
#' @param obj object of the class \code{desFunc}.
#'
#' @name getDesFunc
NULL


#' @rdname getDesFunc
#' @returns A \code{character} vector which specifies the used desirability
#' function and its parameters
#' @export
setGeneric("getDesFunc", function(obj) standardGeneric("getDesFunc"))

Try the randomizeR package in your browser

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

randomizeR documentation built on Sept. 19, 2023, 1:08 a.m.