Description Usage Arguments Value Examples
frequencyTable
| 1 2 3 4 | frequencyTable(obj, ...)
## Default S3 method:
frequencyTable(obj, breaks = 5, ...)
 | 
| obj | numeric: a vector of numeric values to group | 
| ... | currently unused | 
| breaks | numeric: breaks for creating a frequency table | 
NULL
| 1 | ft <- frequencyTable(rnorm(100))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.