iGAP_to_MM: iGAP to MM

View source: R/interval_format_conversions.R

iGAP_to_MMR Documentation

iGAP to MM

Description

To convert iGAP format to MM format.

Usage

iGAP_to_MM(data, location = NULL)

Arguments

data

The dataframe with the iGAP format.

location

The location of the symbolic variable in the data.

Value

Return a dataframe with the MM format.

Examples

data(abalone.iGAP)
abalone <- iGAP_to_MM(abalone.iGAP, 1:7)

dataSDA documentation built on June 12, 2026, 9:06 a.m.