Re: [R] Plot availability

2008-09-20 Thread john crepezzi
hadley, thanks for the example, that put it much better into perspective. I'm gonna make some coffee and read through this page and see how deep it goes. I might even be able to use this for some other things we're doing. Thanks! --John Crepezzi hadley wickham wrote: > I really wo

Re: [R] Plot availability

2008-09-19 Thread john crepezzi
can! --john On Sep 19, 2:00 pm, john crepezzi <[EMAIL PROTECTED]> wrote: > I'm not so sure the original way I stated my issue was clear enough, > so I'll attempt to elaborate a little bit. > > I'd like to make a function that is passed the name of a plot object, > a

Re: [R] Plot availability

2008-09-19 Thread john crepezzi
ot;, xlim = c(-3, 3), ylim = c(-3, 3)) plot <- addElement(plot, lines(col = 'BLUE', x = c(0, 1, 2, 3), y = c(3, 2, 1, 0))) Hopefully this laid my problem out a little better. Thanks in advance for any help you might be able to offer -John Crepezzi On Sep 19, 10:11 am, Duncan Mu

[R] Plot Accessibility

2008-09-19 Thread john crepezzi
ot;, xlim = c(-3, 3), ylim = c(-3, 3)) plot <- addElement(plot, lines(col = 'BLUE', x = c(0, 1, 2, 3), y = c(3, 2, 1, 0))) Hopefully this laid my problem out a little better. Thanks in advance for any help you might be able to offer -John Crepezzi -- View this message in context: htt

[R] Plot availability

2008-09-19 Thread john crepezzi
Is it possible to see if a plot is already open before I call lines()? -- View this message in context: http://www.nabble.com/Plot-availability-tp19572437p19572437.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org m