Theme 설정 방법
테마로 한번 설정해 놓으면 변경된 내용을 쉽게 유지 할 수 있다.
변경 할 수 있는 요소들:
axis.title.x // 축 이름을 의미함.
axis.text.x //축 눈끔을 의미함.
plot.title // 도표의 제목을 의미함.
Pie chart
How to show percentage in this chart?
use annotate()
usage:
annotate("text", x="?", y="?", label="name")
참고자료
R: Pie chart with percentage as labels using ggplot2
'AI > R ggplot2' 카테고리의 다른 글
CDF stat_ecdf (0) | 2016.12.21 |
---|---|
ggplot2: 그래픽 라이브러리 (0) | 2016.03.20 |
R에서 EPS 이미지 생성 (0) | 2015.06.16 |
R 그래프 페키지 종류 (0) | 2014.11.05 |