[R] ts.plot() labeling x-axis

Jeff Ryan jeff.a.ryan at gmail.com
Sat Apr 19 13:17:46 CEST 2008


Have a look at chartSeries in the quantmod package.  It can handle
financial style series formatting quite well. Make sure to get the
newest version of xts and quantmod from CRAN - as there have been
recent updates to the charting facility.

Some documentation can be found at http://www.quantmod.com . A new
charting example page is in the works as well.

There is also a function in 'xts' called axTicksByTime which may be of
use in conjunction with the R function axis().

Jeff



More information about the R-help mailing list