Learn R Programming

dataSDA (version 0.1.2)

RSDA_to_iGAP: RSDA to iGAP

Description

To convert RSDA format interval dataframe to iGAP format.

Usage

RSDA_to_iGAP(data)

Value

Return a dataframe with the iGAP format.

Arguments

data

The RSDA format with interval dataframe.

Examples

Run this code
data(mushroom.int)
RSDA_to_iGAP(mushroom.int)

Run the code above in your browser using DataLab