Try this: monthplot(AirPassengers+500, ylim=c(min(AirPassengers), max(AirPassengers+500)), ylab="")
par(new=T) monthplot(AirPassengers, col="blue", ylim=c(min(AirPassengers), max(AirPassengers+500)), axes = FALSE) On Nov 16, 2007 8:30 AM, Nuno Prista <[EMAIL PROTECTED]> wrote: > Hi, > > > > When I run this code a part of my x-axis and y-axis changes color. Can > somebody tell me what is wrong? Also, is there a way to control the color of > the average lines? > > > > monthplot(AirPassengers+500, ylim=c(min(AirPassengers), > max(AirPassengers+500)), ylab="") > > par(new=T) > > monthplot(AirPassengers, col="blue", ylim=c(min(AirPassengers), > max(AirPassengers+500)), ylab="") > > > > Greetings from Norfolk, > > > > Nuno Prista > > > > ______________________________________________ > > Instituto de Oceanografia - FCUL, Portugal > > Center for Quantitative Fisheries Ecology - ODU, USA > > > > > [[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. > ______________________________________________ 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.