MM_to_iGAP {dataSDA}R Documentation

MM to iGAP

Description

To convert MM format to iGAP format.

Usage

MM_to_iGAP(data)

Arguments

data

The dataframe with the MM format.

Value

Return a dataframe with the iGAP format.

Examples

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

[Package dataSDA version 0.1.2 Index]