R/is_formula.R

Defines functions is.formula

# check that the formula is a formula
is.formula <- function(x)
  tryCatch(inherits(x,"formula"),error= function(e) {FALSE})

Try the momentuHMM package in your browser

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

momentuHMM documentation built on Oct. 19, 2022, 1:07 a.m.