我想做一个这样的地标(具有不同的值):
这是我的数据框:
这是我代码的顶部:
{
"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的代码吗?