R/check_deprecated_args.R

Defines functions check_deprecated_args

check_deprecated_args <- function(x) {
  if (!is.null(x$withlegend)) {
    stop("Argument `withlegend` is deprecated. Use `with.legend` instead.")
  }
}

Try the seqHMM package in your browser

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

seqHMM documentation built on July 9, 2023, 6:35 p.m.