plot_length_freq.Rd
Creates plots comparing the length frequency distribution of model catch and biomass against data
plot_length_freq(
param.dir,
run.dir,
run.name,
catch.ref,
survey.ref,
ref.years,
bin.width = 1,
out.dir,
out.name,
param.ls,
speciesCodes = NULL,
fleetCodes = NULL
)
string. Path to location of atlantis parameter files
character vector of path to location of atlantis output files
character vector of run name corresponding to run.dir
dataframe that contains reference catch data with format (Code|len.lower|len.upper|cum.prob)
dataframe that contains reference biomass data with format (Code|len.lower|len.upper|cum.prob)
numeric vector with first and last year (years from start) for comparison period
numeric. Width of bins (in cms) in which to bin Fish length. Default = 1
string. path to desired location of post-processed output
string. name for output file prefix
list generated from get_atl_paramfiles()
character vector. List of species to make plots for. Default = NULL (All species)
character vector. List of fleets to make plots for., Default = NULL (All fleets)
PDF of all fleet x species combination cumulative length frequency distributions
Author: Joseph Caracappa