【发布时间】:2015-07-04 22:44:56
【问题描述】:
这是我的数据:
rawData <- structure(list(Date = c("4/30/2015", "5/1/2015", "5/2/2015",
"5/3/2015", "5/4/2015", "5/5/2015"), Amount = c(23L, 43L, 32L,
43L, 43L, 32L)), .Names = c("Date", "Amount"), class = "data.frame", row.names = c(NA,
-6L))
以下内容为空白:
rPlot(Amount~Date, data = rawData, type = 'bar')
我不知道为什么——不过我是 rCharts 的新手——我通常使用 ggplot2。
感谢您的帮助
【问题讨论】: