Hi,
 
I have the following problem:
 
 
library(playwith)
 
x<-ts(rnorm(100))
y<-ts(cumsum(x))
 
  playwith({
        par(mfrow=c(2,1))
        plot(x)
        plot(y)})
 
 
I can't make playwith identify (using the button top left) datapoints on
multiple graph plots (eg. par(mfrow=c(2,2) for a 2 x 2 frame of plots).
Is it possible any other way?
 
Many thanks in advance,
Costas

P Think before you print.

Disclaimer:
This e-mail is confidential. If you are not the intended recipient, you should 
not copy it, re-transmit it, use it or disclose its contents, but should return 
it to the sender immediately and delete the copy from your system.
EFG Eurobank Ergasias S.A. is not responsible for, nor endorses, any opinion, 
recommendation, conclusion, solicitation, offer or agreement or any information 
contained in this communication.
EFG Eurobank Ergasias S.A. cannot accept any responsibility for the accuracy or 
completeness of this message as it has been transmitted over a public network. 
If you suspect that the message may have been intercepted or amended, please 
call the sender.


        [[alternative HTML version deleted]]

______________________________________________
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