[R-SIG-Finance] [R-sig-finance] plots on multiple graphics windows?

Chiquoine, Ben BChiquoine at tiff.org
Tue Nov 25 23:13:42 CET 2008


hmm not sure if this is what you're looking for but x11() opens up a new
graphics window so...
x=(1:5)
y=(1:5)
plot(x,y)
x11()
plot(x,y)
would give you the same graph on two different windows

Ben
-----Original Message-----
From: r-sig-finance-bounces at stat.math.ethz.ch
[mailto:r-sig-finance-bounces at stat.math.ethz.ch] On Behalf Of patzoul
Sent: Tuesday, November 25, 2008 4:37 PM
To: r-sig-finance at stat.math.ethz.ch
Subject: [R-SIG-Finance] [R-sig-finance] plots on multiple graphics
windows?


How do I plot graphs on multiple graphics windows?


-- 
View this message in context:
http://www.nabble.com/plots-on-multiple-graphics-windows--tp20690065p206
90065.html
Sent from the Rmetrics mailing list archive at Nabble.com.

_______________________________________________
R-SIG-Finance at stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-sig-finance
-- Subscriber-posting only.
-- If you want to post, subscribe first.
___________________________________________
This message and any attached documents contain
information which may be confidential, subject to 
privilege or exempt from disclosure under applicable
law. These materials are solely for the use of the 
intended recipient. If you are not the intended 
recipient of this transmission, you are hereby 
notified that any distribution, disclosure, printing, 
copying, storage, modification or the taking of any
action in reliance upon this transmission is strictly
prohibited. Delivery of this message to any person
other than the intended recipient shall not
compromise or waive such confidentiality, privilege
or exemption from disclosure as to this 
communication. 

If you have received this communication in error, 
please notify the sender immediately and delete
this message from your system. 




More information about the R-SIG-Finance mailing list