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)
이 중 하나의 연속형 변수에 대한 그래프들은 데이터의 퍼진 정도/분포 모양와 이상치 여부를 쉽고 빠르게 파악할 수 있도록 합니다.
이번 장에서는 일변량 연속형 데이터를 그래프로 시각화하는
등을 중심으로 살펴 보겠습니다.