R/filter.R

Defines functions filter

Documented in filter

filter <-
function(x,ia,ib,t=-1) {
	y=x[x[,ia]>t & x[,ib]>t,c(ia,ib)];
	y;	
}

Try the ops package in your browser

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

ops documentation built on May 1, 2019, 7:55 p.m.