R/GetTotalBiomassExcel.fn.R

Defines functions GetTotalBiomassExcel.fn

Documented in GetTotalBiomassExcel.fn

GetTotalBiomassExcel.fn <-
function(file,sheet="BiomassAbundance",headerRow,fleet="EnterFleet",season=1,outputMedian=T) {
    #a wrapper for to output the biomass in SS3 format, reading directly from Excel
    bio <- readInExcelBiomass.fn(file,sheet,headerRow)
    SS3Biomass.fn(bio,fleet,season)
}

Try the SurveyCode package in your browser

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

SurveyCode documentation built on May 2, 2019, 5:26 p.m.