Plot of fitted growth for each age-length component
plot_agelength.Rd
Plot of fitted growth for each age-length component
Arguments
- fit
A gadget fit object. See
g3_fit
.- name
A character vector specifying the unique(fit$catchdist.fleets$name) to plot. If
NULL
, all names with relevant data are plotted.- base_size
Base size parameter for ggplot. See ggtheme.
Value
A ggplot object. A list of ggplot objects if there are multiple age-length (aldist) data sources (unique(fit$catchdist.fleets$name)
).
Examples
data(fit)
plot_agelength(fit)
#> $EggaN_aldist_female
#> Warning: Removed 16 rows containing missing values (`geom_point()`).
#> Warning: Removed 1 rows containing missing values (`geom_segment()`).
#> Warning: Removed 2 rows containing missing values (`geom_segment()`).
#> Warning: Removed 3 rows containing missing values (`geom_segment()`).
#> Warning: Removed 3 rows containing missing values (`geom_segment()`).
#> Warning: Removed 3 rows containing missing values (`geom_segment()`).
#> Warning: Removed 4 rows containing missing values (`geom_segment()`).
#> Warning: Removed 2 rows containing missing values (`geom_segment()`).
#> Warning: Removed 4 rows containing missing values (`geom_segment()`).
#>
#> $EggaN_aldist_male
#> Warning: Removed 58 rows containing missing values (`geom_point()`).
#> Warning: Removed 8 rows containing missing values (`geom_segment()`).
#> Warning: Removed 11 rows containing missing values (`geom_segment()`).
#> Warning: Removed 11 rows containing missing values (`geom_segment()`).
#> Warning: Removed 12 rows containing missing values (`geom_segment()`).
#> Warning: Removed 7 rows containing missing values (`geom_segment()`).
#> Warning: Removed 11 rows containing missing values (`geom_segment()`).
#> Warning: Removed 9 rows containing missing values (`geom_segment()`).
#> Warning: Removed 11 rows containing missing values (`geom_segment()`).
#>