powered by
Divide a range of values into equally spaced divisions. End points are given as output.
pretty.su(x, nint = 5)
A vector of endpoints dividing the data into equally spaced regions.
A vector of values.
Number of intervals required.
Steve Su
This is also used for the plotting of histogram in the histsu function.
histsu
pretty
# Generate random numbers from normal distribution: junk<-rnorm(1000,2,3) # Cut them into 7 regions, 8 endpoints. pretty.su(junk,7)
Run the code above in your browser using DataLab