An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121226/f2028672/attachment.pl>
R graphs from database
5 messages · Marc Schwartz, Suzen, Mehmet, Ben Bolker +1 more
On Dec 26, 2012, at 6:34 AM, David Osborne <daosborne at gmail.com> wrote:
Browsing the web recently, I came across what I think is a new utility for generating an interactive, web-based R graph of data from a database. The generated graph can be manipulated by a user to choose different data, limits, etc. I would like to investigate using this with data from our research project but unfortunately, I didn't bookmark it and it's no longer in my browser history, nor can I find it with extensive Google searches. Can anybody help with the name of the software, its URL, or suggestions of where else to search, please? Thanks! David Osborne MSc student Department of Archaeology, University of Nottingham
Might be Shiny: http://www.rstudio.com/shiny/ Regards, Marc Schwartz
Hi David, I suggest you to have a look at packages that can extract data from sql or nosql databases and graphics. CRAN task views would help: http://cran.r-project.org/web/views/Graphics.html The point is there are lots of alternatives. If you would like to use web-based visualisation d3 is becoming very popular. For that reason I suggest the combination of ggplot2, D3 (http://d3js.org/) and extracting data from databases using RODBC or RMySQL, depending on your data source. A good web server interface is Rook, Hope it helps, Best, -m
On 26 December 2012 13:34, David Osborne <daosborne at gmail.com> wrote:
Browsing the web recently, I came across what I think is a new utility for
generating an interactive, web-based R graph of data from a database. The
generated graph can be manipulated by a user to choose different data,
limits, etc. I would like to investigate using this with data from our
research project but unfortunately, I didn't bookmark it and it's no longer
in my browser history, nor can I find it with extensive Google searches.
Can anybody help with the name of the software, its URL, or suggestions of
where else to search, please?
Thanks!
David Osborne
MSc student
Department of Archaeology, University of Nottingham
[[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.
David Osborne <daosborne <at> gmail.com> writes:
Browsing the web recently, I came across what I think is a new utility for generating an interactive, web-based R graph of data from a database. The generated graph can be manipulated by a user to choose different data, limits, etc. I would like to investigate using this with data from our research project but unfortunately, I didn't bookmark it and it's no longer in my browser history, nor can I find it with extensive Google searches. Can anybody help with the name of the software, its URL, or suggestions of where else to search, please?
I agree that Shiny might be what you wanted, but I would also point to http://www.stat.ucla.edu/~jeroen/ggplot2/ as a possibly useful utility.
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121226/0fe3ef95/attachment.pl>