plot.deficit: Plot time series of deficits

View source: R/pooling.R

plot.deficitR Documentation

Plot time series of deficits

Description

Plot method for objects of class deficit.

Usage

## S3 method for class 'deficit'
plot(x, type = "dygraph", ...)

Arguments

x

object of class deficit

type

if type = "dygraph" interactive time series plotting is done using the dygraphs JavaScript library. Otherwise plot.xts is called.

...

further arguments, passed on to the subsequent plot function, e.g. step = FALSE.

Value

An interactive dygraph plot or an xts plot, depending on argument 'type'.

See Also

dygraph

Examples

data(ray)
r <- find_droughts(ray, threshold = 0.02)
plot(r["1970::1970", ])

plot(r["1970::1970", ], step = FALSE)

lfstat documentation built on Nov. 10, 2022, 5:42 p.m.