## load data
data(ExampleData.DeValues, envir = environment())
## plot histogram the easiest way
plot_Histogram(ExampleData.DeValues)
## plot histogram with some more modifications
plot_Histogram(ExampleData.DeValues,
rug = TRUE,
normal_curve = TRUE,
cex.global = 0.9,
pch = 2,
colour = c("grey", "black", "blue", "green"),
summary = c("n", "mean", "sdrel"),
summary.pos = c(3500, 140),
main = "Histogram of De-values",
mtext = "Example data set",
ylab = c(expression(paste(D[e], "Distribution")),
"Std.-err."),
xlim = c(1800, 4000))
Run the code above in your browser using DataLab