98 search results for "googleVis"

Coming of Age: R and Spatial Data Visualisation

January 10, 2012
By
Coming of Age: R and Spatial Data Visualisation

I have been using R (a free statistics and graphics software package) now for the past four years or so and I have seen it become an increasingly powerful method of both analysing and visualising spatial data. Crucially, more and more people are writing accessible tutorials (see here) for beginners and intermediate users and the development ...

Read more »

Feedback from vignette survey

January 8, 2012
By
Feedback from vignette survey

Many thanks to all who participated in the survey about writing R package vignettes.Following my post last Thursday the responses came in quickly in the evening and all day on Friday. Since Saturday the response rate has been decreasing constantly and ...

Read more »

Survey: Writing package vignette

January 5, 2012
By
Survey: Writing package vignette

I am currently co-writing the vignette for the ChainLadder package and wonder what I should be focusing on. I have co-written the vignette of the googleVis package in the past and based it purely and what I thought would work. So, this is an experiment...

Read more »

googleVis 0.2.13: new stepped area chart and improved geo charts

December 23, 2011
By
googleVis 0.2.13: new stepped area chart and improved geo charts

On 7th December Google published a new version of their Visualisation API. The new version adds a new chart type: Stepped Area Chart and provides improvements to Geo Chart. Now Geo Chart has similar functionality to Geo Map, but while Geo Map requires ...

Read more »

December 2011 issue of the R Journal: An overview

December 20, 2011
By
December 2011 issue of the R Journal: An overview

The December 2011 issue of the R Journal is now available for download. Three times a year, the open-access journal of the R project publishes peer-reviewed articles on research and applications of R and R packages. As of the latest issue, all articles are published under a Creative Commons license, making them accessible for translation, academic and commercial uses...

Read more »

Some Fun with googleVis – Mapping Blog Visits on Google Map

December 13, 2011
By
Some Fun with googleVis – Mapping Blog Visits on Google Map

See stand-alone code to produce this map below.Read more »

Read more »

Producing Google Map Embeds with R Package googleVis

December 1, 2011
By
Producing Google Map Embeds with R Package googleVis

(1) for producing html code for a Google Map with R-package googleVis do something like: library(googleVis)df <- data.frame(Address = c("Innsbruck", "Wattens"), Tip = c("My Location 1", "My Location 2"))mymap <- gvisMap(df, "Addre...

Read more »

Interactive presentations with deck.js

November 20, 2011
By
Interactive presentations with deck.js

Data analysis is often an iterative and interactive process. However, when I present about this subject, I feel often limited by the presentation software I use. It doesn't matter if I use LaTeX/PDF, PowerPoint or Keynote. In all cases it is either ver...

Read more »

Stochastic reserving with R: ChainLadder 0.1.5-1 released

November 12, 2011
By
Stochastic reserving with R: ChainLadder 0.1.5-1 released

Today we published version 0.1.5-1 of the ChainLadder package for R. It provides methods which are typically used in insurance claims reserving to forecast future claims payments.

Claims development and chain-ladder forecast of the RAA data set using the Mack method
The package started out of presentations given...

Read more »

Installing R 2.14.0 on an iBook G4 running Mac OS 10.4.11

October 30, 2011
By
Installing R 2.14.0 on an iBook G4 running Mac OS 10.4.11

My 12" iBook G4 is celebrating its 8th birthday today! Time for a little present. How about R 2.14.0?The iBook is still in daily use, mostly for browsing the web, writing e-mails and this blog; and I still use it for R as well. For a long time it run R...

Read more »