Skip to content
Prev 332562 / 398506 Next

plot time series data in wide format

On 11/02/2013 11:08 AM, Gary Dong wrote:
Hi Gary,
I'm not sure that this is exactly what you want, but:

library(plotrix)
# use window() if you are using Windows
x11(width=10,height=5)
bumpchart(garydf[,2:11],rank=FALSE,labels=garydf[,1])

Jim