This is a demo of using rCharts along with rCloud. It requires installation of rCharts >= 0.4.2 and the latest version of rCloud.
Our first step is to load rCharts
and set the appropriate options so that the charts are rendered as inline iframes.
library(rCharts)
options(
rcharts.mode = 'iframesrc',
rcharts.cdn = TRUE,
RCHART_WIDTH = 700,
RCHART_HEIGHT = 400
)
In this demo, we will explore the different chart types supported by the visualization library NVD3, which is a wrapper around d3.js, and provides several interactive controls out of the box.