Re: [R] plot multivariate function with known coefficient.

2008-12-10 Thread Gavin Simpson
On Tue, 2008-12-09 at 16:07 -0800, YIHSU CHEN wrote: > Dear R users -- > > I have a simple question that I cannot find the answers in the archive > email: how to plot a multivariate function if I know the coefficients > already? For instance, if I like to plot a 3D fig of Pi against X and > Y wi

[R] plot multivariate function with known coefficient.

2008-12-10 Thread YIHSU CHEN
Dear R users -- I have a simple question that I cannot find the answers in the archive email: how to plot a multivariate function if I know the coefficients already? For instance, if I like to plot a 3D fig of Pi against X and Y with the function Pi = a0 + a1X + a2Y, where a0, a1 & a2 are known.