R语言绘图--交互图

条形图: 使用R包: rCharts 饼图: R包:rCharts x <- data.frame(key = c("a", "b", "c"), value = c(1, 2, 3)) hPlot(x = "key", y = "value", data = x, type = "pie")  热图: R包:d3heatmap library(d3heatmap)  d3heatmap(mtca
相关文章
相关标签/搜索