Hello everyone, I have the following x variable:
DATE<-as.Date(as.character(data12$DATE),"%m/%d/%Y") This works fine, however, I want to plot multiple years of data on separate plots by month. All years have all 12 months data except 2011; HOWEVER I need the x axis limits to remain the same. I tried using xlim=c(1,12) and that did not work. Can someone please advise? Thank you! Dan [[alternative HTML version deleted]] ______________________________________________ R-help@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.