<kjetil <at> acelerate.com> writes: : plot( : ts.union(` ` = gasolina.eq, ` ` = PIBmensPred, ` ` = : PIBgrowthmens), main = "Gasolina eq. con crecimiento Economico", : xlab = "Tiempo" ) : : However, with plot.type="s", whatever I do, I get the complete x : argument as y-label, no way to avoid it. Any solution (apart from : hacking the code, which I am about to do)?
par(ann=F) ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
