Re: [R] Skip jumps in curve

2024-02-13 Thread Bill Dunlap
> ------------ > > *From:* Duncan Murdoch > > *Sent:* Tuesday, February 13, 2024 6:05 PM > > *To:* Leo Mada ; r-help@r-project.org > > > > *Subject:* Re: [R] Skip jumps in curve > > On 13/02/2024

Re: [R] Skip jumps in curve

2024-02-13 Thread Duncan Murdoch
*From:* Duncan Murdoch *Sent:* Tuesday, February 13, 2024 6:05 PM *To:* Leo Mada ; r-help@r-project.org *Subject:* Re: [R] Skip jumps in curve On 13/02/2024 10:29 a.m., Leo Mada via R-help wrote: Dear R-Users, Is there a way to skip over without plotting the jumps/discontinuities in curve

Re: [R] Skip jumps in curve

2024-02-13 Thread Leo Mada via R-help
. Sincerely, Leonard From: Duncan Murdoch Sent: Tuesday, February 13, 2024 6:05 PM To: Leo Mada ; r-help@r-project.org Subject: Re: [R] Skip jumps in curve On 13/02/2024 10:29 a.m., Leo Mada via R-help wrote: > Dear R-Users, > > Is there a way to skip ove

Re: [R] Skip jumps in curve

2024-02-13 Thread Duncan Murdoch
On 13/02/2024 10:29 a.m., Leo Mada via R-help wrote: Dear R-Users, Is there a way to skip over without plotting the jumps/discontinuities in curve()? I have not seen such an option, but maybe I am missing something. plot.gamma = function(xlim = c(-6, -1), ylim = c(-1,3), hline = NULL, n = 100

[R] Skip jumps in curve

2024-02-13 Thread Leo Mada via R-help
Dear R-Users, Is there a way to skip over without plotting the jumps/discontinuities in curve()? I have not seen such an option, but maybe I am missing something. plot.gamma = function(xlim = c(-6, -1), ylim = c(-1,3), hline = NULL, n = 1000) { curve(gamma(x), from = xlim[1], to = xlim[2],