ggts | R Documentation |
GGally implementation of ts.plot. Wraps around the ggduo function and removes the column strips
ggts(..., columnLabelsX = NULL, xlab = "time")
... |
supplied directly to |
columnLabelsX |
remove top strips for the X axis by default |
xlab |
defaults to "time" |
ggmatrix
object
# Small function to display plots only if it's interactive
p_ <- GGally::print_if_interactive
p_(ggts(pigs, "time", c("gilts", "profit", "s_per_herdsz", "production", "herdsz")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.