New zoo
on CRAN with several small improvements. #rstats
Also new tinyplot method for zoo series!
library("zoo")
z <- as.zoo(EuStockMarkets)
library("tinyplot")
tinytheme("clean2")
tinyplot(z, facet = NULL)
tinyplot(z, facet = ~ Series)
tinyplot(z, facet = ~ Series, facet.args = NULL)
tag: @gmcd @vincentab