R/global.R

Defines functions methodsGlobalFunctions

Documented in methodsGlobalFunctions

#'
#' A empty method only used to declare some of the global function definitions
#' contained in the package 'methods', which are used intensively.
#'
#' @return no return value
#' @importFrom methods callNextMethod is new show slotNames validObject
#' @keywords internal
methodsGlobalFunctions <- function() {
  
}

Try the campsismod package in your browser

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

campsismod documentation built on Oct. 12, 2023, 5:13 p.m.