Hello all! I want to create animated chart of temperature variation in last century. how can I do this with R? Thank you! -- --- Catalin-Constantin ROIBU Forestry engineer, PhD Forestry Faculty of Suceava Str. Universitatii no. 13, Suceava, 720229, Romania office phone +4 0230 52 29 78, ext. 531 mobile phone +4 0745 53 18 01 +4 0766 71 76 58 FAX: +4 0230 52 16 64 silvic.usv.ro [[alternative HTML version deleted]]
maybe try the shiny examples that use googleviz. Have a look at the following link: https://code.google.com/p/google-motion-charts-with-r/ I would be interested to know what you decide. Thanks On Wed, Mar 27, 2013 at 1:20 PM, catalin roibu <catalinroibu@gmail.com>wrote:> Hello all! > I want to create animated chart of temperature variation in last century. > how can I do this with R? > > Thank you! > > -- > --- > Catalin-Constantin ROIBU > Forestry engineer, PhD > Forestry Faculty of Suceava > Str. Universitatii no. 13, Suceava, 720229, Romania > office phone +4 0230 52 29 78, ext. 531 > mobile phone +4 0745 53 18 01 > +4 0766 71 76 58 > FAX: +4 0230 52 16 64 > silvic.usv.ro > > [[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. >-- Shane [[alternative HTML version deleted]]
An embedded and charset-unspecified text was scrubbed... Name: Negalima URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130327/f87f9b1e/attachment.pl>
The tkexamp function in the TeachingDemos package has an animation control that you can use. The animation package will create video files of animated graphs. On Wed, Mar 27, 2013 at 7:20 AM, catalin roibu <catalinroibu@gmail.com>wrote:> Hello all! > I want to create animated chart of temperature variation in last century. > how can I do this with R? > > Thank you! > > -- > --- > Catalin-Constantin ROIBU > Forestry engineer, PhD > Forestry Faculty of Suceava > Str. Universitatii no. 13, Suceava, 720229, Romania > office phone +4 0230 52 29 78, ext. 531 > mobile phone +4 0745 53 18 01 > +4 0766 71 76 58 > FAX: +4 0230 52 16 64 > silvic.usv.ro > > [[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. >-- Gregory (Greg) L. Snow Ph.D. 538280@gmail.com [[alternative HTML version deleted]]