ttplot: Plot xts class data

View source: R/plot.R

ttplotR Documentation

Plot xts class data

Description

Plotting a xts time series with ggplot2 in a convenient format.

Usage

ttplot(data.input, main = "Time series", ylab = NULL)

Arguments

data.input

Class xts time series, which should be visualized.

main

Title of the plot to generate. Default: "Time series"

ylab

Label of the y-axis of the plot to generate. Default = NULL

...

Additional parameters for the multiplot function.

Details

Plots all objects of class xts. With the main argument a title can be provided.

Value

Nothing. The multiplot function is run in the last step.

Author(s)

Philipp Mueller

See Also

Other plot: multiplot


theGreatWhiteShark/climex documentation built on July 13, 2022, 9:11 a.m.