iGAP_to_MM | R Documentation |
To convert iGAP files to CSV files.
iGAP_to_MM(data, location)
data |
The iGAP file. |
location |
The location of the symbolic variable in the data. |
A CSV data file.
data(Abalone.iGAP)
Abalone <- iGAP_to_MM(Abalone.iGAP, c(1, 2, 3, 4, 5, 6, 7))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.