Re: [R] Help to Draw Plot

2008-05-15 Thread ermimi
Thank you very much for your help Don MacQueen Don MacQueen wrote: > > > At 1:24 PM -0700 5/14/08, ermimi wrote: >>Patrick and Blay Thank you very much for help me, I have drawn in blue the >>axis >>Blay the solution that you give me for start in (-10,-10) and finish in >>(10,10) isn´t

Re: [R] Help to Draw Plot

2008-05-14 Thread Don MacQueen
At 1:24 PM -0700 5/14/08, ermimi wrote: Patrick and Blay Thank you very much for help me, I have drawn in blue the axis Blay the solution that you give me for start in (-10,-10) and finish in (10,10) isn´t very well because I want that if my range is (-10,10) the axis is in -10,10. I need th

Re: [R] Help to Draw Plot

2008-05-14 Thread ermimi
Patrick and Blay Thank you very much for help me, I have drawn in blue the axis Blay the solution that you give me for start in (-10,-10) and finish in (10,10) isn´t very well because I want that if my range is (-10,10) the axis is in -10,10. I need that there isn´t space between the less ran

Re: [R] Help to Draw Plot

2008-05-14 Thread Blay
Try >par(fg="blue") >plot(range(10,-10),range(10,-10),col="blue",col.axis="blue",col.lab="blue",col.main="blue",col.sub="blue") Blay KATH ermimi wrote: > > Hello friends!! > > I have two questions, and I would like that you could answer me!!! > > I have created a plot as > > plot(range

Re: [R] Help to Draw Plot

2008-05-14 Thread Patrick Connolly
On Wed, 14-May-2008 at 09:12AM -0700, ermimi wrote: |> |> Hello friends!! |> |> I have two questions, and I would like that you could answer me!!! |> |> I have created a plot as |> |> plot(range(10,-10),range(10,-10),col="blue",col.axis="blue",col.lab="blue",col.main="blue",col.sub="blue")

[R] Help to Draw Plot

2008-05-14 Thread ermimi
Hello friends!! I have two questions, and I would like that you could answer me!!! I have created a plot as plot(range(10,-10),range(10,-10),col="blue",col.axis="blue",col.lab="blue",col.main="blue",col.sub="blue"); 1º) I want that the square of plot and the lines that indicates the value