search for: datatimeseries

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

2013 Mar 06
1
Troubles with labeling x axis
...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 45 47 3 24 132 35 32 28 2001 161 48 31 33 161 154 420 19 149 44 54 16 2002 152 94 43 64 193 85 98 77 236 87 72 47 2003 196 120 51 27...