R/GetTotalBiomass.fn.R

GetTotalBiomass.fn <-
function(file,headerRow,fleet="EnterFleet",season=1,outputMedian=T) {
    #a wrapper for to output the biomass in SS3 format, reading in from a csv file
    bio <- readInBiomass.fn(file,headerRow)
    SS3Biomass.fn(bio,fleet,season)
}

Try the nwfscSurveyCode package in your browser

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

nwfscSurveyCode documentation built on May 2, 2019, 5:27 p.m.