Skip to content

ts-plotting?

1 message · p.kostov@Queens-Belfast.AC.UK

#
The reason is simple: IBM in your example is a data frame, while 
EuStockMarkets is a time series object. (use str(XXX) to check this). To 
get the date you may wish to transform IBM to ts (use e.g. as.ts())
On Nov 16 2004, ebashi wrote: