[R] plot prices and dates in a nice way

Trafim Vanishek rdapamoga at gmail.com
Tue Jan 12 10:39:47 CET 2010


Dear all,
I currently experience the problem with nicely plotting price data against
the dates.

Data <- read.csv("C:/IBM.csv", header = TRUE, sep = ",")
plot(Data[,1], Data[,2])

I cannot find the way how can I choose the # of breaks for the x axis -
dates in this case?

Thanks a lot


More information about the R-help mailing list