Folks,
I'll admit upfront this is not directly a Forest-R question, but more generally an R question. I am developing a rather cool (if I say so myself) spatially correlated stand structure generator (I'll post to the group when finished). Part of this generator develops a series of graphs using separate calls to win.graph(). I end up with R Graphics: Device 2, R Graphics: Device 3, etc. It would be nice to be able to reuse these windows when I rerun the program rather than opening new windows each time. Is there a way to set which graph device to write to when you have multiple graph devices open?
Any help is greatly appreciated.
JAK