Functions useful for statistical overview § range(x) # min and max diff(range(x)) mean(x) sd(x) # standard deviation median(x)