Learn R Programming

dataSDA (version 0.1.2)

MM_to_iGAP: MM to iGAP

Description

To convert MM format to iGAP format.

Usage

MM_to_iGAP(data)

Value

Return a dataframe with the iGAP format.

Arguments

data

The dataframe with the MM format.

Examples

Run this code
data(Face.iGAP)
Face <- iGAP_to_MM(Face.iGAP, 1:6)
MM_to_iGAP(Face)

Run the code above in your browser using DataLab