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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to