A nice histogram of a single variable with an additional Cumulative Density curve.
vis.Hist(inVector, ecdf = T, ...)
The vector of numbers to plot
Boolean for the addition of the red line of the Cumulative Density at the right of the histogram plot
Additional arguments to be passed to the 'hist' command of the base histogram.
A nice histogram of a single variable with an additional Cumulative Density curve.
Other vis:
vis.BarPlot()