Dear users,
I am preparing a presentation in latex(beamer) . I would like to show parts
of my plots per click. Example, consider I have two time series x and y:

x<-ts(rnorm(100), start=1900,end=1999)
y<-ts(rnorm(100), start=1900,end=1999)
plot(x)
lines(y,col=2)

Then I imported this plot into latex as ".eps" file. My question is, how
can i show plot of each time series separately in sequence (one after the
other). An also I want to show parts of the plots at different time
segments in my presentation. To be honest, I don't know if these features
are in R or in latex.

Thanks in advance

M.

        [[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