Skip to contents

Plot method for global hydrological balance data, generated through hb_global. A simple wrapper around plot_ly to generate time series plots of the calculated quantities.

Usage

# S3 method for class 'hb_global'
plot(x, variable, ...)

Arguments

x

The object of class hb_global containing the data to be plotted.

variable

The variable to be plotted. Can be any numeric column of x.

...

Not used.

Value

A plotly plot.