search for: recfs

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

Did you mean: rec's
2005 Dec 21
1
How do I edit the x-axis on a time series plot?
...e 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?, adj = 0.5) Thanks, Philip Turk <>