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
相關文章
相關標籤/搜索