Learn R Programming

dataSDA (version 0.1.0)

iGAP_to_MM: iGAP to MM

Description

To convert iGAP files to CSV files.

Usage

iGAP_to_MM(data, location)

Value

A CSV data file.

Arguments

data

The iGAP file.

location

The location of the symbolic variable in the data.

Examples

Run this code
data(Abalone.iGAP)
Abalone <- iGAP_to_MM(Abalone.iGAP, c(1, 2, 3, 4, 5, 6, 7))

Run the code above in your browser using DataLab