plot prices and dates in a nice way
On 12.01.2010 10:39, Trafim Vanishek wrote:
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?
No idea since we do not know hat is in IBM.csv and hence we do not what Data actually includes ... Uwe Ligges
Thanks a lot
______________________________________________ R-help at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.