View source: R/interval_format_conversions.R
| iGAP_to_ARRAY | R Documentation |
Convert iGAP format to a 3-dimensional array [n, p, 2].
iGAP_to_ARRAY(data, location = NULL)
data |
A data.frame in iGAP format. |
location |
Integer vector specifying which columns contain comma-separated interval values. |
A numeric array of dimension [n, p, 2] with dimnames.
data(abalone.iGAP)
arr <- iGAP_to_ARRAY(abalone.iGAP, 1:7)
dim(arr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.