R/bsam-deprecated.R

Defines functions plotSSM diagSSM fitSSM

Documented in diagSSM fitSSM plotSSM

#' Deprecated functions. 
#' 
#' \code{fitSSM}, \code{diagSSM}, and \code{plotSSM}, have been deprecated. Instead use
#' \code{fit_ssm}, \code{diag_ssm} and \code{map_ssm}.
#' @rdname bsam-deprecated
#' @param ... ignored
#' @export

fitSSM <- function(...) {
  .Deprecated("fit_ssm")
}

#' @export
#' @rdname bsam-deprecated
diagSSM <- function(...) {
  .Deprecated("diag_ssm")
}

#' @export
#' @rdname bsam-deprecated
plotSSM <- function(...) {
  .Deprecated("map_ssm")
}

Try the bsam package in your browser

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

bsam documentation built on Sept. 1, 2020, 5:09 p.m.