R/aad_set_generics.R

#' Additional Generic Functions
#'
#' These functions are specifically defined for package \pkg{growthrates},
#' all other generics are imported.
#'
#' @param object name of a 'growthrate' object
#' @param \dots other arguments passed to the methods
#
#'
#' @rdname generics
#' @keywords internal
#' @include aac_classes.R
#'
#' @exportMethod rsquared
#'
setGeneric("rsquared", function(object, ...) standardGeneric("rsquared"))

#' @rdname generics
#' @exportMethod obs
#'
setGeneric("obs", function(object, ...) standardGeneric("obs"))

#' @rdname generics
#' @exportMethod results
#'
setGeneric("results", function(object, ...) standardGeneric("results"))

#' @rdname multisplit
#' @exportMethod multisplit
#'
setGeneric("multisplit", function(data, grouping, drop = TRUE, sep = ":", ...) standardGeneric("multisplit"))

Try the growthrates package in your browser

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

growthrates documentation built on Oct. 4, 2022, 1:06 a.m.