Learn R Programming

YRmisc (version 0.1.6)

pl.tsgg: Plot times series plot for a data frame with ggplot2

Description

Plotting time series plot for a data frame with 4 per page, with titles and label numbers automatically generated.

Usage

pl.tsgg(x,l)

Arguments

x

:a data frame

l

: the beginning label number in the title (default set to 1)

Examples

Run this code
# NOT RUN {
pl.tsgg(as.data.frame(EuStockMarkets),1)
# }

Run the code above in your browser using DataLab