Hello!!! I would want to draw a circle but I don?t want use the function symbol(..). Do anybody know other function that allow me draw a circle? Thank you very much, Greetings Luismi -- View this message in context: http://www.nabble.com/Draw-Circles-tp16227640p16227640.html Sent from the R help mailing list archive at Nabble.com.
Look at draw.circle and draw.arc in the plotrix package. On Sat, Mar 22, 2008 at 5:40 PM, ermimi <ermimi_ at hotmail.com> wrote:> > Hello!!! > > I would want to draw a circle but I don?t want use the function symbol(..). > Do anybody know other function that allow me draw a circle? > Thank you very much, > Greetings Luismi
help.search("circle") should point you to grid.circle in the grid package, at least in my R version 2.6.1 (grid package version 2.6.1). On Sun, Mar 23, 2008 at 8:44 AM, Gabor Grothendieck <ggrothendieck at gmail.com> wrote:> Look at draw.circle and draw.arc in the plotrix package. > > On Sat, Mar 22, 2008 at 5:40 PM, ermimi <ermimi_ at hotmail.com> wrote: > > > > Hello!!! > > > > I would want to draw a circle but I don$B!-(Bt want use the function symbol(..). > > Do anybody know other function that allow me draw a circle? > > Thank you very much, > > Greetings Luismi > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >-- Felix Andrews / $B0BJ!N)(B PhD candidate Integrated Catchment Assessment and Management Centre The Fenner School of Environment and Society The Australian National University (Building 48A), ACT 0200 Beijing Bag, Locked Bag 40, Kingston ACT 2604 http://www.neurofractal.org/felix/ 3358 543D AAC6 22C2 D336 80D9 360B 72DD 3E4C F5D8
Thank you very much for the help!!! Felix Andrews wrote:> > help.search("circle") > > should point you to grid.circle in the grid package, at least in my > R version 2.6.1 (grid package version 2.6.1). > > > On Sun, Mar 23, 2008 at 8:44 AM, Gabor Grothendieck > <ggrothendieck en gmail.com> wrote: >> Look at draw.circle and draw.arc in the plotrix package. >> >> On Sat, Mar 22, 2008 at 5:40 PM, ermimi <ermimi_ en hotmail.com> wrote: >> > >> > Hello!!! >> > >> > I would want to draw a circle but I don?t want use the function >> symbol(..). >> > Do anybody know other function that allow me draw a circle? >> > Thank you very much, >> > Greetings Luismi >> >> ______________________________________________ >> R-help en r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> > > > > -- > Felix Andrews / ??? > PhD candidate > Integrated Catchment Assessment and Management Centre > The Fenner School of Environment and Society > The Australian National University (Building 48A), ACT 0200 > Beijing Bag, Locked Bag 40, Kingston ACT 2604 > http://www.neurofractal.org/felix/ > 3358 543D AAC6 22C2 D336 80D9 360B 72DD 3E4C F5D8 > > > ______________________________________________ > R-help en r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide > http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > >-- View this message in context: http://www.nabble.com/Draw-Circles-tp16227640p16234383.html Sent from the R help mailing list archive at Nabble.com.
May i ask what was the problem with symbols()? G. On Sun, Mar 23, 2008 at 04:10:38AM -0700, ermimi wrote:> > Thank you very much for the help!!! > > Felix Andrews wrote: > > > > help.search("circle") > > > > should point you to grid.circle in the grid package, at least in my > > R version 2.6.1 (grid package version 2.6.1). > > > > > > On Sun, Mar 23, 2008 at 8:44 AM, Gabor Grothendieck > > <ggrothendieck at gmail.com> wrote: > >> Look at draw.circle and draw.arc in the plotrix package. > >> > >> On Sat, Mar 22, 2008 at 5:40 PM, ermimi <ermimi_ at hotmail.com> wrote: > >> > > >> > Hello!!! > >> > > >> > I would want to draw a circle but I don?t want use the function > >> symbol(..). > >> > Do anybody know other function that allow me draw a circle? > >> > Thank you very much, > >> > Greetings Luismi > >> > >> ______________________________________________ > >> R-help at r-project.org mailing list > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guide > >> http://www.R-project.org/posting-guide.html > >> and provide commented, minimal, self-contained, reproducible code. > >> > > > > > > > > -- > > Felix Andrews / ??? > > PhD candidate > > Integrated Catchment Assessment and Management Centre > > The Fenner School of Environment and Society > > The Australian National University (Building 48A), ACT 0200 > > Beijing Bag, Locked Bag 40, Kingston ACT 2604 > > http://www.neurofractal.org/felix/ > > 3358 543D AAC6 22C2 D336 80D9 360B 72DD 3E4C F5D8 > > > > > > ______________________________________________ > > R-help at r-project.org mailing list > > https://stat.ethz.ch/mailman/listinfo/r-help > > PLEASE do read the posting guide > > http://www.R-project.org/posting-guide.html > > and provide commented, minimal, self-contained, reproducible code. > > > > > > -- > View this message in context: http://www.nabble.com/Draw-Circles-tp16227640p16234383.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code.-- Csardi Gabor <csardi at rmki.kfki.hu> UNIL DGM
Hello, the problem is that... in my plot there are other things as text... and when I change the size of the windows (for example I do more big the width) the circle is done more big in the width and in the heigth, but I only need change the width of the circle to the text is well situated. I hope that you understand me... sorry if you don?t understand me, but I?m spanish, and I don?t express very well in english. Thank you ermimi wrote:> > Thank you very much for the help!!! > > Felix Andrews wrote: >> >> help.search("circle") >> >> should point you to grid.circle in the grid package, at least in my >> R version 2.6.1 (grid package version 2.6.1). >> >> >> On Sun, Mar 23, 2008 at 8:44 AM, Gabor Grothendieck >> <ggrothendieck en gmail.com> wrote: >>> Look at draw.circle and draw.arc in the plotrix package. >>> >>> On Sat, Mar 22, 2008 at 5:40 PM, ermimi <ermimi_ en hotmail.com> wrote: >>> > >>> > Hello!!! >>> > >>> > I would want to draw a circle but I don?t want use the function >>> symbol(..). >>> > Do anybody know other function that allow me draw a circle? >>> > Thank you very much, >>> > Greetings Luismi >>> >>> ______________________________________________ >>> R-help en r-project.org mailing list >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> PLEASE do read the posting guide >>> http://www.R-project.org/posting-guide.html >>> and provide commented, minimal, self-contained, reproducible code. >>> >> >> >> >> -- >> Felix Andrews / ??? >> PhD candidate >> Integrated Catchment Assessment and Management Centre >> The Fenner School of Environment and Society >> The Australian National University (Building 48A), ACT 0200 >> Beijing Bag, Locked Bag 40, Kingston ACT 2604 >> http://www.neurofractal.org/felix/ >> 3358 543D AAC6 22C2 D336 80D9 360B 72DD 3E4C F5D8 >> >> >> ______________________________________________ >> R-help en r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide >> http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >> >> > >-- View this message in context: http://www.nabble.com/Draw-Circles-tp16227640p16237182.html Sent from the R help mailing list archive at Nabble.com.
Use plot(..., asp = 1) to get an aspect ratio of 1. On Sun, Mar 23, 2008 at 11:57 AM, ermimi <ermimi_ at hotmail.com> wrote:> > Hello, the problem is that... in my plot there are other things as text... > and when I change the size of the windows (for example I do more big the > width) the circle is done more big in the width and in the heigth, but I > only need change the width of the circle to the text is well situated. > > I hope that you understand me... sorry if you don$B!-(Bt understand me, but I$B!-(Bm > spanish, and I don$B!-(Bt express very well in english. > > Thank you > > > > > ermimi wrote: > > > > Thank you very much for the help!!! > > > > Felix Andrews wrote: > >> > >> help.search("circle") > >> > >> should point you to grid.circle in the grid package, at least in my > >> R version 2.6.1 (grid package version 2.6.1). > >> > >> > >> On Sun, Mar 23, 2008 at 8:44 AM, Gabor Grothendieck > >> <ggrothendieck at gmail.com> wrote: > >>> Look at draw.circle and draw.arc in the plotrix package. > >>> > >>> On Sat, Mar 22, 2008 at 5:40 PM, ermimi <ermimi_ at hotmail.com> wrote: > >>> > > >>> > Hello!!! > >>> > > >>> > I would want to draw a circle but I don$B!-(Bt want use the function > >>> symbol(..). > >>> > Do anybody know other function that allow me draw a circle? > >>> > Thank you very much, > >>> > Greetings Luismi > >>> > >>> ______________________________________________ > >>> R-help at r-project.org mailing list > >>> https://stat.ethz.ch/mailman/listinfo/r-help > >>> PLEASE do read the posting guide > >>> http://www.R-project.org/posting-guide.html > >>> and provide commented, minimal, self-contained, reproducible code. > >>> > >> > >> > >> > >> -- > >> Felix Andrews / $B0BJ!N)(B > >> PhD candidate > >> Integrated Catchment Assessment and Management Centre > >> The Fenner School of Environment and Society > >> The Australian National University (Building 48A), ACT 0200 > >> Beijing Bag, Locked Bag 40, Kingston ACT 2604 > >> http://www.neurofractal.org/felix/ > >> 3358 543D AAC6 22C2 D336 80D9 360B 72DD 3E4C F5D8 > >> > >> > >> ______________________________________________ > >> R-help at r-project.org mailing list > >> https://stat.ethz.ch/mailman/listinfo/r-help > >> PLEASE do read the posting guide > >> http://www.R-project.org/posting-guide.html > >> and provide commented, minimal, self-contained, reproducible code. > >> > >> > > > > > > -- > View this message in context: http://www.nabble.com/Draw-Circles-tp16227640p16237182.html > > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. >