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)
이전 장에서는 높은 수준의 그래프 함수 (high level graphic functions)와 관련한 내용을 살펴 보았습니다.
이번 장에서는 다음의 내용을 중심으로 살펴보도록 하겠습니다.