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)
# 지수분포 : fun = dexp ggplot(data.frame(x=c(0,10)), aes(x=x)) + stat_function(fun=dexp, colour="brown", size=1.5) + ggtitle("Exponential Distribution")