plotRunstest: Plot the runs test result for one or more time series

plotRunstestR Documentation

Plot the runs test result for one or more time series

Description

Plot the runs test result for one or more time series

Usage

plotRunstest(fit, obs, ...)

## S4 method for signature 'FLQuants,missing'
plotRunstest(fit, combine = TRUE)

## S4 method for signature 'FLQuants,FLQuants'
plotRunstest(fit, obs, combine = TRUE)

## S4 method for signature 'FLQuant,FLQuant'
plotRunstest(fit, obs, combine = TRUE)

Arguments

fit

The result of a model fit.

obs

The observations used in the fit.

...

Extra arguments.

combine

Should ages be combined by addition, defaults to TRUE.

Value

An object of class ggplot2::gg

Examples

data(nsher)
plotRunstest(fitted(nsher), rec(nsher))

flr/ggplotFL documentation built on Feb. 10, 2024, 3:57 p.m.