Plot the runs test result for one or more time series

# S4 method for a4aFitSA,FLIndices
plotRunstest(fit, obs, combine = TRUE)

Arguments

fit

The result of a model fit.

obs

The observations used in the fit.

combine

Should ages be combined by addition, defaults to TRUE.

...

Extra arguments.

Value

An object of class ggplot2::gg

Examples

data(sol274)
plotRunstest(fit, indices)