Re: [R] Plot of set

2011-02-21 Thread Greg Snow
-- > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r- > project.org] On Behalf Of . . > Sent: Sunday, February 20, 2011 2:41 AM > To: r-help@r-project.org > Subject: [R] Plot of set > > > I am in the situation where I have to make a two-dimential plot of a >

Re: [R] Plot of set

2011-02-20 Thread David Winsemius
On Feb 20, 2011, at 4:41 AM, . . wrote: I am in the situation where I have to make a two-dimential plot of a set. If I simplify my data it would be something along the lines of wanting to plot {x,y| x^2+y^2 < = 1}. I am aware of the contour and persp plot, but cannot figure out how to co

[R] Plot of set

2011-02-20 Thread . .
I am in the situation where I have to make a two-dimential plot of a set. If I simplify my data it would be something along the lines of wanting to plot {x,y| x^2+y^2 < = 1}. I am aware of the contour and persp plot, but cannot figure out how to convert one of those to draw the set. I have tri