Dear All, I have the data set with daily dates (5-days trading in a week) and price data. I want to change the x axis labels to the plot. I am using ts.plot function to plot my data. My data spans from 2020-01-27 to 2021-07-30. I want to change it to D-M-Y first. Then I want to show all the dates with a one week gap in my x-axis label.
The following code I am using: pricet <- ts(price, start = c(2020, 27), frequency = 260) plot.ts(pricet) Please advise me how to achieve the desired result. I have attached my data and the plot which I am currently getting with ts.plot. With sincere regards, Upananda Pani
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see 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.