R/apply.condition.R

Defines functions apply.condition

Documented in apply.condition

#[export]
apply.condition <- function(x,method = "+",oper = ">",cond.val = 0) {
  .Call(Rfast_apply_condition,x,method,oper,cond.val)
}

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.