search for: mascc

Displaying 1 result from an estimated 1 matches for "mascc".

Did you mean: masc
2005 Dec 21
1
How do I edit the x-axis on a time series plot?
...time trying to modify and change the x-axis per the book. The book shows the x-axis with 10 tick marks, correctly positioned, and labeled "Jan 53", ..., "Jan 62". I have not provided the data for the sake of brevity although it is readily available at http://www.bath.ac.uk/~mascc/Recife.TS Can anyone help? recife <- as.vector(t(recife))<> RecfS <- ts(recife, start = c(1953,1), frequency = 12) <> plot(RecfS, ylab = ?Temperature (deg C)?, xlab = ?Year?, main = ?Average air temperature (deg C) at Recife, Brazil, in successive months from 1953 to 1962?, ad...