LFD {BioIndex}R Documentation

Length Frequency Distribution

Description

Length Frequency Distribution

Usage

LFD(
  mTATC,
  sex = "all",
  GSA,
  country = "all",
  depth_range,
  strata_scheme,
  stratification,
  wd = NA,
  save = TRUE,
  verbose = TRUE
)

Arguments

mTATC

data frame of the merged TA and TC

sex

reference sef for the analysis. Allowed values: F, M, I, N. "all" code for combined sex

GSA

reference GSA for the analysis

country

vector of reference countries for the analysis

depth_range

range of depth strata to perform the analysis (min, max)

strata_scheme

data frame of the stratification scheme

stratification

data frame of strata surface area

wd

working directory

save

boolean. If TRUE the plot is saved in the user defined working directory (wd)

verbose

boolean. If TRUE messages are reported in the console


[Package BioIndex version 0.5.02 Index]