Learn R Programming

dataSDA (version 0.1.8)

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