[R] Display plot in Browser
Prof Brian Ripley
ripley at stats.ox.ac.uk
Sun Aug 4 12:25:37 CEST 2013
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
More information about the R-help
mailing list