Displaying 1 result from an estimated 1 matches for "n4660465".
Did you mean:
466065
2013 Mar 06
1
Troubles with labeling x axis
...oblems with labeling x axis while plotting time series data. I have
40 monthly measurement. One period lasts 4 months. I'd like to have 40 ticks
on x axis (10 larger, the rest smaller) and labels just at the beginning of
each period, just like in the image
<http://r.789695.n4.nabble.com/file/n4660465/2221.jpg>
My code leaves x axis empty:
> data <- read.csv(file="CSV files/Komen.csv", head=TRUE, sep=";")
> dataTimeSeries <- ts(data, frequency=12, start=c(2000,4))
> dataTimeSeries
Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec
2000 7...