Skip to content

Plot with R un html5

3 messages · bgnumis bgnum, Frank Schwidom, Omar André Gonzáles Díaz

#
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.
#
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:
#
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 <schwidom at gmx.net>: