R/plotLFs.fn.R

Defines functions plotLFs.fn

Documented in plotLFs.fn

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 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.