Hallo,
I am trying to plot dates in x-axis. The format of my dates are in dd/mm/yyyy.
At first I install zoo package. After R reads my file, I change the default
format of dates to the format that I have,
>myfile<-read.csv
>DATE<-as.Date(DATE,format="%d/%m/%Y")
up till now everything goes ok; when however I go and plot for example
>plot(DATE, Discharge)
in the x-axis I only get the years, 1998, 2000, 2002...
How can I see in the x-axis the whole format of the dates that I have e.g.
29/01/1998?
[[alternative HTML version deleted]]
______________________________________________
[email protected] 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.