Base Graphics
Cars93
layout()
axis(side, ...)
text()
mtext()
legend(x, y, legend, ...)
x
y
ggplot2
ggplot()
aes()
stat_*()
stat_bin()
stat_density()
stat_boxplot()
stat_ydensity()
Type
DriveTrain
facet_wrap()
Corrplot
NA
scatterplot3d()
aplpack
faces()
pairs()
vcd
mosaic()
stat_function(fun = dnorm)
stat_function(fun = dt)
stat_function(fun = dchisq)
stat_function(fun = dexp)
stat_function(fun = df)
stat_function(fun = dgamma)
stat_function(fun = dunif)
stat_function(fun = log10)
stat_function(fun = sin), stat_fuction(fun = cos)
이번 장에서는 일변량 범주형 데이터의 시각화 방법으로서
geom_bar()
geom_bar() + coord_polar()
등을 중심으로 살펴 보겠습니다.