htable | R Documentation |
Uses the hist
function
to build a frequency table.
htable(x, sep = " to ", digits = 2, ...)
x |
numeric vector. |
sep |
character to be used to build the rownames from the breaks. |
digits |
integer used to format the breaks. |
... |
additional arguments passed to |
a table of frequencies.
htable(rnorm(400))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.