#' Contrast name
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return `character(1)`.
#' Contrast name.
#'
#' @examples
#' showMethods("contrastName")
setGeneric(
name = "contrastName",
def = function(object, ...) {
standardGeneric("contrastName")
}
)
#' @rdname contrastName
#' @export
setGeneric(
name = "contrastName<-",
def = function(object, ..., value) {
standardGeneric("contrastName<-")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.