df <- data.frame('name'=c('a','b','c'),'value'=c(5,10,3)). ##bar chart. ggplot(data=df, aes(x=name, y=value)) +. geom_bar(stat="identity").
確定! 回上一頁