R/desFunc.R

#' @include derFunc.R
# @include derringerLs.R
# @include derringerRs.R
# @include derringerTs.R

NULL
###############################################
# --------------------------------------------#
# Class desFunc                               #
# --------------------------------------------#
###############################################

# --------------------------------------------
# Class definition for desFunc
# --------------------------------------------

# desFunc class
# 
# @name desFunc
setClassUnion("desFunc", c("derFunc"))

# --------------------------------------------
# Accesssor functions for desFunc
# --------------------------------------------

#' Method defining the $ operator for the desFunc class
#' @keywords internal
#' @inheritParams overview
setMethod("$", "desFunc",
          function(x, name) slot(x, name))

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.