R/filter.shell.r

Defines functions filter.shell

  filter.shell = function( x, shell ) {
    i = which( is.finite(x) & (x %in% shell) )
    return(i)
  }
jae0/snowcrab documentation built on Nov. 6, 2024, 10:13 p.m.