View source: R/interval_format_conversions.R
| iGAP_to_MM | R Documentation |
To convert iGAP format to MM format.
iGAP_to_MM(data, location = NULL)
data |
The dataframe with the iGAP format. |
location |
The location of the symbolic variable in the data. |
Return a dataframe with the MM format.
data(abalone.iGAP)
abalone <- iGAP_to_MM(abalone.iGAP, 1:7)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.