GGally (version 1.4.0)

ggts: Multiple Time Series

Description

GGally implementation of ts.plot. Wraps around the ggduo function and removes the column strips

Usage

ggts(..., columnLabelsX = NULL, xlab = "time")

Arguments

...

supplied directly to ggduo

columnLabelsX

remove top strips for the X axis by default

xlab

defaults to "time"

Value

ggmatrix object

Examples

Run this code
# NOT RUN {
ggts(pigs, "time", c("gilts", "profit", "s_per_herdsz", "production", "herdsz"))
# }

Run the code above in your browser using DataLab