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 April 11, 2023, 6:06 p.m.