[R] Reg: To change the x axis label in ts.plot function

CALUM POLWART po|c1410 @end|ng |rom gm@||@com
Sat Dec 24 22:42:29 CET 2022


https://stackoverflow.com/questions/49679699/time-series-plot-change-x-axis-format-in-r

Is as good a solution as possible using ts I think.

On Sat, 24 Dec 2022, 18:58 Upananda Pani, <upananda.pani using gmail.com> wrote:

>   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 using 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.
>

	[[alternative HTML version deleted]]



More information about the R-help mailing list