render.continuous.default | R Documentation |
Called from table1
by default to render continuous (i.e.
numeric
) values for displaying in the table.
render.continuous.default(x, ...)
x |
A numeric vector. |
... |
Further arguments, passed to |
A character
vector. Each element is to be displayed in a
separate cell in the table. The names
of the vector are the
labels to use in the table. However, the first names should be empty as it
will be replaced by the name of the variable. Empty strings are allowed and
result in empty table cells.
x <- exp(rnorm(100, 1, 1)) render.continuous.default(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.