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, rip...@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
______________________________________________
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.