R/eachcol.apply.R

Defines functions eachcol.apply

Documented in eachcol.apply

#[export]
eachcol.apply<-function(x,y,indices = NULL,oper = "*",apply = "sum", parallel = FALSE){
	.Call(Rfast_eachcol_apply,x,y,indices,oper,apply, parallel)
}

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.