Re: [R] Plot 2-d Polynomial without solving it

2009-07-04 Thread Hao Jiang
Thanks a lot! I got it! I haven't set the level before.Hao On Sat, Jul 4, 2009 at 6:33 PM, Duncan Murdoch wrote: > On 04/07/2009 3:31 PM, Hao Jiang wrote: > >> Hi Duncan,Thanks! >> >> But I still get a little confused about outer() func. Would give me a >> simple >> example to contour it? Just l

Re: [R] Plot 2-d Polynomial without solving it

2009-07-04 Thread Duncan Murdoch
On 04/07/2009 3:31 PM, Hao Jiang wrote: Hi Duncan,Thanks! But I still get a little confused about outer() func. Would give me a simple example to contour it? Just like the formula x^2 + y^2 + x + y -5 = 0. (Sorry I am a newbie to R, found really hard to use the R manual) > x <- seq(-6,6,len=10

Re: [R] Plot 2-d Polynomial without solving it

2009-07-04 Thread Hao Jiang
Hi Duncan,Thanks! But I still get a little confused about outer() func. Would give me a simple example to contour it? Just like the formula x^2 + y^2 + x + y -5 = 0. (Sorry I am a newbie to R, found really hard to use the R manual) Thanks, Hao On Sat, Jul 4, 2009 at 7:10 AM, Duncan Murdoch wrot

Re: [R] Plot 2-d Polynomial without solving it

2009-07-04 Thread Duncan Murdoch
Hao Jiang wrote: Hi, I want to plot a polynomial in the form like ax^2 + bxy + cy^2 + dx + ey + f =0 without solving it(since I may have 3 or 4 dimensional polynomial and it's really hard to solve). Is there any way to plot this kind of polynomial? Thanks a lot! There are lots of ways. A c

[R] Plot 2-d Polynomial without solving it

2009-07-03 Thread Hao Jiang
Hi, I want to plot a polynomial in the form like ax^2 + bxy + cy^2 + dx + ey + f =0 without solving it(since I may have 3 or 4 dimensional polynomial and it's really hard to solve). Is there any way to plot this kind of polynomial? Thanks a lot! Hao -- View this message in context: http://www