Learn R Programming

lfstat (version 0.9.12)

plot.deficit: Plot time series of deficits

Description

Plot method for objects of class deficit.

Usage

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

Value

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

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.

See Also

dygraph

Examples

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

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

Run the code above in your browser using DataLab