get.breaks | R Documentation |
Gets the breakpoints for a weighted histogram.
get.breaks(x,breaks)
x |
A numeric vector. |
breaks |
Either the name of the function to calculate breakpoints, the number of categories or a vector of breakpoints. |
‘get.breaks’ either calls the same functions as ‘hist’ to get breakpoints or calculates a given number or just returns ‘breaks’ if they are already specified.
A vector of breakpoints.
Jim Lemon
hist
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.