Learn R Programming

lfstat (version 0.9.4)

plot.deficit: Plot time series of deficits

Description

Plot method for objects of class deficit.

Usage

"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.

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