R/is_formula.R

Defines functions is.formula

is.formula <- function(x){
  inherits(x,"formula")
}

Try the GauPro package in your browser

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

GauPro documentation built on June 25, 2024, 1:13 a.m.