R/which.is.R

Defines functions which.is

Documented in which.is

#[export]
which.is <- function(x,method = "factor") {
  .Call(Rfast_which_is,x,method)
}

Try the Rfast package in your browser

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

Rfast documentation built on Nov. 9, 2023, 5:06 p.m.