View source: R/interval_format_conversions.R
| RSDA_to_ARRAY | R Documentation |
Convert RSDA format (symbolic_tbl) to a 3-dimensional array
[n, p, 2] where slice [,,1] contains the minima and
slice [,,2] contains the maxima.
RSDA_to_ARRAY(data)
data |
A symbolic_tbl with interval columns. |
A numeric array of dimension [n, p, 2] with dimnames.
Only interval (symbolic_interval) columns are included.
data(mushroom.int)
arr <- RSDA_to_ARRAY(mushroom.int)
dim(arr) # [23, 3, 2]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.