[R] plot.ts
Gabor Grothendieck
ggrothendieck at myway.com
Thu Apr 29 01:09:20 CEST 2004
<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)
More information about the R-help
mailing list