Re: [R] [EXT] Re: Plot math symbol with string and number

2020-08-17 Thread John Smith
Thanks David for a quite interesting suggestion: Indeed I didn't know paste0! Best! On Mon, Aug 17, 2020 at 12:26 PM David K Stevens wrote: > John - one more approach > > plot(y,main=parse(text=paste0('data ~~ sigma == ',s))) > > Good luck > > David Stevens > > On 8/17/2020 8:23 AM, John Smith w

Re: [R] [EXT] Re: Plot math symbol with string and number

2020-08-17 Thread David K Stevens
John - one more approach plot(y,main=parse(text=paste0('data ~~ sigma == ',s))) Good luck David Stevens On 8/17/2020 8:23 AM, John Smith wrote: Thanks to Dunkan, Rasmus and Bert. Will keep the very useful tips. Best! On Sun, Aug 16, 2020 at 9:13 PM Rasmus Liland wrote: On Sun, Aug 16, 202