Rcharts 0.4.2
, , , , , , js :
"
set.seed(1)
test <- data.frame(x = rnorm(100), y = rnorm(100), id = 1:100)
p <- rPlot(y ~ x, data = test,
type = 'point',
tooltip = "#!function(item){ return 'x: ' + item.x +
' y: ' + item.y + ' id: ' + item.id }!#")
. , p$show('inline') , . , , JS- , . , , .replace('\\n', '\n'), , , .
, , p$save('filepath.html') . , .