Description Usage Arguments Value Examples
The function qcut discretizes a numeric vector into N pieces based 
on quantiles.
1  | qcut(x, n)
 | 
x | 
 A numeric vector.  | 
n | 
 An integer indicating the number of categories to discretize.  | 
A numeric vector to divide the vector x into n categories.
1 2 3 4 5 6  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.