lengthfreq(intdir = NULL, estdir = NULL, species = NULL,
state = NULL, wave = NULL, mode = NULL, area = NULL,
styr = NULL, endyr = NULL, conveq = FALSE,
parms = c(0, 1))
parms
argument below. Conversion equation
is used to convert MRFSS fork length (mm) to other length measurements.extractMRFSS
before length frequencies can be created.
Length frequencies are produced with one-inch length groups identical to the MRFSS website. Before creation of the length frquency table,
fork length (in millimeters) is converted to inches. The intercept and slope parameters of a conversion equation can be introduced to convert fork length into
other length measurements before creating the length frequencies. Length data and harvest estimates from the catch/effort files are extracted using the argument values.
Length frequencies are created for each state/mode/wave/area fished stratum and are weighted with matching harvest estimates before
being combined across strata.extractMRFSS
##Example of a typical specification - not a working example
dodo<-lengthfreq(intdir="C:/Temp",estdir="C:/Temp",species=8835250101,
state=c(25),mode=c(3,4,5,7),wave=c(1,2,3,4,5,6),area=c(1,2,3,4,5,7),
styr=2007,endyr=2007)
Run the code above in your browser using DataLab