plotc: plot for fitted catch-at-age

plot for fitted catch-at-ageR Documentation

plot for fitted catch-at-age

Description

Method to plot fitted versus observed catch numbers-at-age. Note the yaxis doesn't has a scale. The visual is about the difference between the two lines, not about the value of each line, which in any case would be very difficult to assess visually.

Usage

## S4 method for signature 'a4aFit,FLStock'
plot(x, y, ...)

Arguments

x

an a4aFit object with the fitted values

y

an FLStock object with the observed values

...

additional argument list that might never be used

Value

a plot with fitted and observed catch numbers-at-age

Examples

data(ple4)
data(ple4.index)
obj <- sca(ple4, FLIndices(ple4.index))
plot(obj, ple4)

flr/FLa4a documentation built on June 4, 2023, 11:05 a.m.