sagarnikam123
2012-Mar-31 07:04 UTC
[R] Is it there any std pattern in R which show same representation style of ppt found on net
i m searching on net,material related to R, whenever i get ppt presentation of some topic ,i found it in speical format white backgroud & blue bars,having links for further topics see link 1) https://www.rmetrics.org/files/Meielisalp2007/Presentations/Pfaff.pdf 2)http://grapevine.com.au/~yanchang/docs/Time-Series-Mining-slides.pdf If this is format,how can i made it,if i want to give my R codes presentation with your std style is there any software to make it -- View this message in context: http://r.789695.n4.nabble.com/Is-it-there-any-std-pattern-in-R-which-show-same-representation-style-of-ppt-found-on-net-tp4521236p4521236.html Sent from the R help mailing list archive at Nabble.com.
Michael Bibo
2012-Mar-31 09:13 UTC
[R] Is it there any std pattern in R which show same representation style of ppt found on net
sagarnikam123 <sagarnikam123 <at> gmail.com> writes:> > i m searching on net,material related to R, > whenever i get ppt presentation of some topic ,i found it in speical format > white backgroud & blue bars,having links for further topics > see link > > 1) https://www.rmetrics.org/files/Meielisalp2007/Presentations/Pfaff.pdf > 2)http://grapevine.com.au/~yanchang/docs/Time-Series-Mining-slides.pdf > > If this is format,how can i made it,if i want to give my R codes > presentation with your std style > is there any software to make it >As your links show, these are PDFs, not MSPowerpoint .ppt files. Powerpoint is only one way to do presentations (there is always LibreOffice if you want more or less the same functionality for free). I think you will find that your examples are created with Latex, using the Beamer class (Google both Latex and Beamer, also http://jeromyanglim.blogspot.com.au/2010/08/getting-started-with-beamer-tips-and.html ). You might also like to have a look at http://www.lyx.org/ as an alternative front-end for Latex, and http://impressive.sourceforge.net/ for displaying presentations in PDF form. Hope this helps, Michael Bibo Queensland Health
Sarah Goslee
2012-Mar-31 11:39 UTC
[R] Is it there any std pattern in R which show same representation style of ppt found on net
Hi, It's not a standard format for R presentations, but you can certainly use it. The blue and white style you referenced is one of the standard Beamer themes. Those people are using LaTeX and Sweave to write their presentations. You'd need to install LaTeX for your OS and do some reading, but it's a very nice system once you get the hang of it. Sarah On Mar 31, 2012, at 3:04 AM, sagarnikam123 <sagarnikam123 at gmail.com> wrote:> i m searching on net,material related to R, > whenever i get ppt presentation of some topic ,i found it in speical format > white backgroud & blue bars,having links for further topics > see link > > 1) https://www.rmetrics.org/files/Meielisalp2007/Presentations/Pfaff.pdf > 2)http://grapevine.com.au/~yanchang/docs/Time-Series-Mining-slides.pdf > > If this is format,how can i made it,if i want to give my R codes > presentation with your std style > is there any software to make it >