R/eachrow.R

Defines functions eachrow

Documented in eachrow

#[export]
eachrow <- function(x,y,oper = "*",method = NULL){
	.Call(Rfast_eachrow,x,y,if(oper=="==") "=" else oper,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.