R/vibe.R

Defines functions vibe

Documented in vibe

#' Main vibe function
#' @export
#' @param object An object included in \code{vibe:::supported_classes}
#' @param ... Other arguments passed on to vibe methods.
vibe <- function(object, ...) {
  UseMethod("vibe", object)
}
Stan125/vibe documentation built on June 6, 2024, 11:36 a.m.