freq.table | R Documentation |
To create a frequency table for a vector (or matrix) x
freq.table(x, cuts, dig = 4, mp = FALSE, ...)
x |
Data vector (or matrix). |
cuts |
Breaks (or number) of intervals. |
dig |
Number of digits. Defaults to 4. |
mp |
Logical variable for making histogram. Defaults to FALSE. |
... |
Other graphic parameters |
xtab Frequency Table
freq.table(rnorm(100))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.