Re: [R] Plot with R un html5

2015-09-19 Thread Omar André Gonzáles Díaz
You could use Rmarkdown, and use as output: html. http://rmarkdown.rstudio.com/html_document_format.html 2015-09-19 15:46 GMT-05:00 Frank Schwidom : > Hi, > > when you can plot this graph using the rgl-package, > then you can use "rgl::writeWebGL" to create an 3D-View > in the Browser. > > Regard

Re: [R] Plot with R un html5

2015-09-19 Thread Frank Schwidom
Hi, when you can plot this graph using the rgl-package, then you can use "rgl::writeWebGL" to create an 3D-View in the Browser. Regards On Sat, Sep 19, 2015 at 04:42:47PM +0200, bgnumis bgnum wrote: > Hi al, > > I want to put a graph in a html5 webpage plotted with R (I want to get dar > from

[R] Plot with R un html5

2015-09-19 Thread bgnumis bgnum
Hi al, I want to put a graph in a html5 webpage plotted with R (I want to get dar from Google finance). Is it posible? F.e NYSE:C Does everybody know how to plot (with code) un html5 to plot trough R o directly plot the sale plot with monthly data? I Hope you can help me explosing an example.