Hello again, I am exploring the option how I can display my plot (generated within R) in Browser (like IE, Chrome). Obviously one option is with googleVis. However in that case I need to have internet access to display. What are other choices available? Thanks for your pointer. Thanks and regards, [[alternative HTML version deleted]]
On 08/04/2013 06:34 PM, Christofer Bogaso wrote:> Hello again, > > I am exploring the option how I can display my plot (generated within R) in > Browser (like IE, Chrome). Obviously one option is with googleVis. However > in that case I need to have internet access to display. > > What are other choices available? > > Thanks for your pointer. >Hi Cristofer, Have a look at the R2HTML package and the htmlize and R2html functions in the prettyR package. Jim
On 04/08/2013 09:34, Christofer Bogaso wrote:> Hello again, > > I am exploring the option how I can display my plot (generated within R) in > Browser (like IE, Chrome). Obviously one option is with googleVis. However > in that case I need to have internet access to display. > > What are other choices available?Many. Use svg() or png() to create a file of a type your browser can display, and open it in your browser (or use browseURL with a file:// URL). Things like R2HTML provide a not-normally necessary wrapper around these.> > Thanks for your pointer. > > Thanks and regards,-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
look at the shiny package on CRAN. it is from RStudio Rich Sent from my iPhone On Aug 4, 2013, at 4:34, Christofer Bogaso <bogaso.christofer at gmail.com> wrote:> Hello again, > > I am exploring the option how I can display my plot (generated within R) in > Browser (like IE, Chrome). Obviously one option is with googleVis. However > in that case I need to have internet access to display. > > What are other choices available? > > Thanks for your pointer. > > Thanks and regards, > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at 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.