plot for fitted indices-at-age | R Documentation |
Method to plot fitted versus observed indices-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.
## S4 method for signature 'a4aFit,FLIndices'
plot(x, y, ...)
x |
an |
y |
an |
... |
additional argument list that might never be used |
a plot
with fitted and observed indices-at-age
data(ple4)
data(ple4.index)
obj <- sca(ple4, FLIndices(ple4.index))
plot(obj, FLIndices(ple4.index))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.