Learn R Programming

dataSDA (version 0.1.2)

RSDA_to_MM: RSDA to MM

Description

To convert RSDA format interval dataframe to MM format.

Usage

RSDA_to_MM(data, RSDA)

Value

Return a dataframe with the MM format.

Arguments

data

The RSDA format with interval dataframe.

RSDA

Whether to load the RSDA package.

Examples

Run this code
data(mushroom.int)
RSDA_to_MM(mushroom.int, RSDA = FALSE)

Run the code above in your browser using DataLab