如何将使用rCharts生成的交互式图表嵌入到PowerPoint演示文稿中?

时间:2015-10-19 21:07:20

标签: r embed powerpoint interactive rcharts

我最近看到使用rCharts 包创建的非常好的交互式图表。现在我的问题是:

可以将这些具有完整功能的图形嵌入到PowerPoint演示文稿中吗?

从这个例子开始的一些方向:?

require(devtools)
install_github('ramnathv/rCharts')

require(rCharts)
names(iris) = gsub("\\.", "", names(iris))

hair_eye_male <- subset(as.data.frame(HairEyeColor), Sex == "Male")
n1 <- nPlot(Freq ~ Hair, group = "Eye", data = hair_eye_male, 
  type = 'multiBarChart')
n1

1 个答案:

答案 0 :(得分:0)

有一个名为Microsoft Web Browser的活动x控件(可在开发人员选项卡中找到)。 hrbrmstr的link中的插件可能基于它。

PowerPoint不允许在两种情况下都插入网页,因为出于安全原因禁用了此活动x控件。有workaround(我还没有测试过)