R/filter.stage.fmat.r

Defines functions filter.stage.fmat

  filter.stage.fmat = function( x, stage.fmat ) {
    i = which( x %in% stage.fmat)
    return(i)
  }
jae0/snowcrab documentation built on Aug. 25, 2024, 7:30 p.m.