Skip to content
Prev 168070 / 398502 Next

plotting curve in xYplot -- using panel.curve

On Fri, Jan 23, 2009 at 12:46 PM, Dieter Menne
<dieter.menne at menne-biomed.de> wrote:
Also, this line doesn't make sense:

panel.curve(curve(a*(x+c)/1+a*b*(x+c), from=0, type="l", lwd=2))

You probably want

panel.curve(a*(x+c)/1+a*b*(x+c), from=0, type="l", lwd=2)

-Deepayan