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 Feb. 27, 2024, 2:42 p.m.