98 search results for "googleVis"

Fun with the googleVis Package for R

June 30, 2012
By
Fun with the googleVis Package for R

Using packages such as ggplot and lattice can produce some great charts and visualization, but googleVis is tough to beat for interactive charts to share on the web. Click on the image below to open up the html page. This was all done in R! I will warn you that it is too easy to … Continue reading...

Read more »

SYTYCD — where are these terrific dancers come from?

June 29, 2012
By

It’s Saturday midnight and I’m already sleepy. However, after several hours, I finally got this google geographic map embedded in my post. Aha!!! This is about 20 finalists from the 9th season of So You Think You Can Dance. I count the states … Continue reading

Read more »

Quickly use googleVis in web reports using Tiki and PluginR

June 12, 2012
By
Quickly use googleVis in web reports using Tiki and PluginR

R is hot and amazing. Tiki is too :-) And with PluginR, we can easily place in simple or advanced web reports any R code, in a similar fashin to what can be achieved with other longer combinations (Sweave, Knitr, ... and latex).

For instance, I tried a few days ago to quickly...

Read more »

Facts About R Packages (2)

June 6, 2012
By

R Packages All Well maintained?

There are so many R packages, can they all be trusted? or are they well maintained? To answer this question, we just need to take a look of their archive histories. If a package has many versions, we can take that as the authors spent a lot of time to make their packages perfect, these...

Read more »

Facts About R Packages (1)

June 6, 2012
By

R Packages growth Curve

Why R is so popular? There are a lot of reasons, such as: easy to learn and convenient to use, active community, open source, etc. Another important reason is the numerous contributed packages. Up to yesterday, there are 3854 R packages on CRAN.

The following figure shows the growth curve of R package:

UK house prices visualised with googleVis-0.2.16

June 5, 2012
By
UK house prices visualised with googleVis-0.2.16

A new version of googleVis has been released on CRAN and the project site. Version 0.2.16 adds the functionality to plot quarterly and monthly data as a motion chart. To illustrate the new feature I looked for a quarterly data set and stumbled across t...

Read more »

Announcing RPubs: A New Web Publishing Service for R

June 4, 2012
By
Announcing RPubs: A New Web Publishing Service for R

Today we’re very excited to announce RPubs, a free service that makes it easy to publish documents to the web from R. RPubs is a quick and easy way to disseminate data analysis and R code and do ad-hoc collaboration with peers. RPubs documents are based on R Markdown, a new feature of knitr 0.5 and RStudio 0.96. To publish

Read more »

Making interactive slides with Org mode and googleVis in R

June 3, 2012
By
Making interactive slides with Org mode and googleVis in R

There’s been a lot of justifiable excitement in the R community about Yihui Xie’s great work, and most recently the incorporation of his knitr package into the RStudio software. Knitr is seen, justifiably, as a worthy successor to SWeave for … Continue reading

Read more »

Interactive HTML presentation with R, googleVis, knitr, pandoc and slidy

May 29, 2012
By
Interactive HTML presentation with R, googleVis, knitr, pandoc and slidy

Tonight I will give a talk at the Cambridge R user group about googleVis. Following my good experience with knitr and RStudio to create interactive reports, I thought that I should try to create the slides in the same way as well. Christopher Gandrud's...

Read more »

NYC Meetup: What’s Next for R Markdown

May 24, 2012
By
NYC Meetup: What’s Next for R Markdown

There’s been lots of excitement about the new R Markdown feature introduced as part of knitr 0.5 and RStudio 0.96. People see R Markdown as both a simpler way to do reproducible research and as a great way to publish to the web from R. Jeromy Anglim has a nice write up on getting started with

Read more »