Re: [R] Plots with discontinuity balls

2007-09-28 Thread Paul Smith
On 9/28/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >>> Can R plot graphs like the one at > >>> > >>> http://www.mathwords.com/f/f_assets/floor_graph.gif > >>> > >>> with the balls at the discontinuity points? > >>> > >> You can use segments() to draw the segments and symbols() to draw the > >>

Re: [R] Plots with discontinuity balls

2007-09-28 Thread Duncan Murdoch
Paul Smith wrote: > On 9/28/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > >>> Can R plot graphs like the one at >>> >>> http://www.mathwords.com/f/f_assets/floor_graph.gif >>> >>> with the balls at the discontinuity points? >>> >> You can use segments() to draw the segments and symbols(

Re: [R] Plots with discontinuity balls

2007-09-28 Thread Paul Smith
On 9/28/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > > Can R plot graphs like the one at > > > > http://www.mathwords.com/f/f_assets/floor_graph.gif > > > > with the balls at the discontinuity points? > > You can use segments() to draw the segments and symbols() to draw the > balls. For example

Re: [R] Plots with discontinuity balls

2007-09-27 Thread Duncan Murdoch
On 27/09/2007 8:04 PM, Paul Smith wrote: > Dear All, > > Can R plot graphs like the one at > > http://www.mathwords.com/f/f_assets/floor_graph.gif > > with the balls at the discontinuity points? You can use segments() to draw the segments and symbols() to draw the balls. For example, plot(1,

Re: [R] Plots with discontinuity balls

2007-09-27 Thread jim holtman
Yes ?segments ?points ?pch On 9/27/07, Paul Smith <[EMAIL PROTECTED]> wrote: > Dear All, > > Can R plot graphs like the one at > > http://www.mathwords.com/f/f_assets/floor_graph.gif > > with the balls at the discontinuity points? > > Thanks in advance, > > Paul > > __

[R] Plots with discontinuity balls

2007-09-27 Thread Paul Smith
Dear All, Can R plot graphs like the one at http://www.mathwords.com/f/f_assets/floor_graph.gif with the balls at the discontinuity points? Thanks in advance, Paul __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLE