简单分组条形图(ggplot)

时间:2018-08-27 15:16:39

标签: bar-chart

我想做一个这样的地标(具有不同的值):

barplot

这是我的数据框:

dataframe

这是我代码的顶部:

{
    "timestamp": "2018-08-28T10:38:33.133+0000",
    "status": 415,
    "error": "Unsupported Media Type",
    "message": "Content type 'multipart/form-data;boundary=--------------------------586093407866564427326096;charset=UTF-8' not supported",
    "path": "/endpoint"
}

我尝试使用library("openxlsx") library(ggplot2) library("reshape") df1<- read.xlsx("graficosparaR.xlsx", sheet = 'Hoja2', colNames = TRUE) ,但我无法使用它(我是R的初学者)。

您能帮我写一下Barplot的代码吗?

0 个答案:

没有答案