Re: [R] Does anyone have any use for this?

2021-01-01 Thread Peter Langfelder
This would certainly simplify and make more readable some of my code where I create multiple versions of the same plot calling the same function with minor variations of a few of many arguments. Thanks! Peter On Fri, Jan 1, 2021 at 12:20 PM Bert Gunter wrote: > Hi all: > > In the course of

Re: [R] Does anyone have any use for this?

2021-01-01 Thread Abby Spurdle
And it was supposed to say billions. plt (main="Monthly NZ GDP (Billions)") On Sat, Jan 2, 2021 at 2:32 PM Abby Spurdle wrote: > > I'm not enthusiastic about nonstandard evaluation and allowing > functions to change state data. > Currently, I use some of this in my own packages, but I'm

Re: [R] Does anyone have any use for this?

2021-01-01 Thread Abby Spurdle
I'm not enthusiastic about nonstandard evaluation and allowing functions to change state data. Currently, I use some of this in my own packages, but I'm planning to remove most of it. But I did have some fun with your function. -- plt <- memify (plot) x <- 1:12 y1 <- seq (0, 18,, 12) y2