surveillance (version 1.12.1)

stsplot: Plot-Methods for Surveillance Time-Series Objects

Description

This page gives an overview of plot types which can be produced from objects of class "sts".

Usage

## S3 method for class 'sts,missing':
plot(x, type = observed ~ time | unit, \dots)

Arguments

x
an object of class "sts".
type
see Details.
...
arguments passed to the type-specific plot function.

Value

  • NULL (invisibly). The methods are called for their side-effects.

Details

There are various types of plots which can be produced from an "sts" object. The type argument specifies the desired plot as a formula, which defaults to observed ~ time | unit, i.e., plot the time series of each unit separately. Arguments to specific plot functions can be passed as further arguments (...). The following list describes the plot variants: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

See Also

the documentation of the individual plot types stsplot_time, stsplot_space, stsplot_spacetime (obsolete), as well as the animate-method animate.sts. plot.survRes is the old implementation.