[R] lag.plot showing only lines....

akshay kulkarni @k@h@y_e4 @end|ng |rom hotm@||@com
Mon Aug 28 19:09:17 CEST 2023


dear Eric,
                Working...! thanks a lot!

THanking you,
Yours sincerely,
AKSHAY M KULKARNI
________________________________
From: Eric Berger <ericjberger using gmail.com>
Sent: Monday, August 28, 2023 8:37 PM
To: akshay kulkarni <akshay_e4 using hotmail.com>
Cc: R help Mailing list <r-help using r-project.org>
Subject: Re: [R] lag.plot showing only lines....

Hi Akshay,
I have never used this function before but according to ?lag.plot you
simply need to pass the argument do.lines=FALSE.

HTH,
Eric


On Mon, Aug 28, 2023 at 5:45 PM akshay kulkarni <akshay_e4 using hotmail.com> wrote:
>
> Dear members,
>                          I am using the following code:
>
> lag.plot(ygrpch(OHLCData[[i]]),lags=4)
>
> But instead of dots, it is showing lines, which I don't know how to interpret. How to make it plot dots? This is working properly:
>
> lag.plot(na_interpolation(OHLCData[[i]][,4]),lags=4)
>
> I am not attaching the graph here because it would not fit properly. If you want to have a look at the graph, how do i send it?
>
> Thanking you,
> Yours sincerely,
> AKSHAY M KULKARNI
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> 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