- dt
A data.frame, tibble or data.table
- length
Character argument giving the name of the length column in dt
- age
Character argument giving the name of the age column in dt
- sex
Character argument giving the name of the sex column in dt
. Ignored if split.by.sex == FALSE
.
- female.sex
A character denoting female sex in the sex
column of dt
- male.sex
A character denoting male sex in the sex
column of dt
- length.unit
A character argument giving the unit of length
. Will be used in the labels of the figure.
- split.by.sex
Logical indicating whether the result should be split by sex.
- growth.model
Integer defining the growth model. 1 = von Bertalanffy, 2 = Gompertz, 3 = Logistic.
- force.zero.group.length
Numeric indicating the length to which 0-group should be forced. Use NA
ignore the forcing.
- force.zero.group.strength
Numeric indicating how many percent of total fish should be added to the specified force.zero.group.length
.
- force.zero.group.cv
Numeric indicating the coefficient of variation for the forced 0-group length. Resulting lengths will be randomly generated from a normal distribution.
- show.Linf
Logical indicating whether Linf values should be shown as dashed vertical lines.
- boxplot
Logical indicating whether boxplots (TRUE
) should be used to show data over points (FALSE
)
- base_size
Base size parameter for ggplot. See ggtheme.
- legend.position
Position of the ggplot legend as a character. See ggtheme.