Here is an example: x='group' y='value' df=data.frame(group=c('A','A','B','B','C','C'),value=c(1,2,3,4,5,6)) ggplot(data=df,aes_string(x,y)) + ...
確定! 回上一頁