Error: stat_count() must not be used with a y aesthetic.
ggplot(ah, aes(x=Var1, y=Freq)) + geom_bar(stat = "identity")
add stat=identity
Error in -freq : invalid argument to unary operator
multiline problem
if case of not working well, use aes method to the inside of ggplot() method
'데이터분석 > Code & Tools & Script Snippet' 카테고리의 다른 글
간단한 파이썬 병렬처리 예제 (0) | 2018.08.05 |
---|---|
kalman script (0) | 2018.06.09 |
Swift 4 - Read CGImage File (0) | 2018.05.17 |
모델평가 smape 파일창고 (0) | 2018.04.22 |
데이터 분석대회 참가 정리 (1) (0) | 2018.04.21 |