R/terms.R

Defines functions terms.mcmcr terms.mcmcarray terms.mcmc.list terms.mcmc

#' @export
terms.mcmc <- function(x, ...) {
  deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
  as_term(x)
}

#' @export
terms.mcmc.list <- function(x, ...) {
  deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
  as_term(x)
}

#' @export
terms.mcmcarray <- function(x, ...) {
  deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
  as_term(x)
}

#' @export
terms.mcmcr <- function(x, ...) {
  deprecate_soft("0.2.1", "terms()", "as_term()", id = "terms")
  as_term(x)
}

Try the mcmcr package in your browser

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

mcmcr documentation built on Sept. 7, 2021, 1:07 a.m.