Re: [R] [External Email] Re: how to make the far right section of a smoother line look different from the rest of that line?

2021-11-16 Thread Bert Gunter
Well, of course Deepayan is right. But perhaps worth noting is that the U.S. government and presumably many others publishes tons of economic estimates of time series that are revised as later data comes in -- employment statistics were a recent prominent example that made the news. I leave it to

Re: [R] [External Email] Re: how to make the far right section of a smoother line look different from the rest of that line?

2021-11-16 Thread Deepayan Sarkar
On Wed, Nov 17, 2021 at 1:04 AM Christopher W Ryan via R-help wrote: > > Thanks Bert, that looks promising. > > panel.smoother() is from latticeExtra > > https://rdrr.io/cran/latticeExtra/man/panel.smoother.html I'm a bit unsure about your premise. If I understand correctly, the data for the last

Re: [R] [External Email] Re: how to make the far right section of a smoother line look different from the rest of that line?

2021-11-16 Thread Christopher W Ryan via R-help
Thanks Bert, that looks promising. panel.smoother() is from latticeExtra https://rdrr.io/cran/latticeExtra/man/panel.smoother.html --Chris Ryan On Tue, Nov 16, 2021 at 2:08 PM Bert Gunter wrote: > Where did you get panel.smoother()? There is no such panel function in > lattice. > > Is somethi