R/plotLFs.fn.R

plotLFs.fn <-
function(dat,inch=0.15,ylab="Bins",xlab="Year",zero2NAs=T,...) {
    #a wrapper for the plotFreqData because I originally called it plotLFs.fn and want to keep it compatible with already written analyses
    plotFreqData.fn(dat,inch,ylab,xlab,zero2NAs,...)
}

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.