Skip to content
Prev 206968 / 398503 Next

Line Plot with Dates on X-axis

Try the zoo package:

plot(as.yearqtr(time.val), inc, col = 'red', type = 'l')
On Wed, Jan 20, 2010 at 3:41 PM, mah <harwood262 at gmail.com> wrote: