Hi all, I have got a list named "data", and data[[1]] is the
Date(dd-mm-yyyy), data[[2]] is the time series data. I would like to plot
the data in the time series format with xlab be the date.I am using the
function in the library(QRMlib).

tfin <- timeSeries(data[[2]])
plot.timeSeriesIts(tfin)

How can I add some argument to make the xlab to be date accordingly?
-- 
View this message in context: 
http://www.nabble.com/Plot-time-series-data-tf4088285.html#a11620372
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to