histkdnc(v, breaks = 0, include.lowest = T, right = T,
main = "Histogram with kernel density and normal curve",
col = grey(0.90), xlab = deparse(substitute(v)), ...)
x
with its kernel density and
a normal curve with the same mean and standard deviation of x
.