SyntaxFix
Write A Post
Hire A Developer
Questions
In case of plotting time series, the command ts.plot requires a different argument than xaxt="n"
ts.plot
xaxt="n"
require(graphics) ts.plot(ldeaths, mdeaths, xlab="year", ylab="deaths", lty=c(1:2), gpars=list(xaxt="n")) axis(1, at = seq(1974, 1980, by = 2))