Message-ID: <26201089.post@talk.nabble.com>
Date: 2009-11-04T17:36:58Z
From: whizvast
Subject: exclusive access to graphic device
Hi, useR-
I want to create a graphic device - e.g., windows() - that only specific
function(s) have control over. For example, suppose you run the following
code:
windows()
dv = dev.cur()
dv
"dv" is the index for the graphic device. By passing "dv" value into a new
function, I can control the device. The problem is that other functions
(namely, plot) can control that device as well. Does anyone know how to
avoid this and achieve exclusive control over a specific device?
Thanks
--
View this message in context: http://old.nabble.com/exclusive-access-to-graphic-device-tp26201089p26201089.html
Sent from the R help mailing list archive at Nabble.com.