RSDA_to_MM {dataSDA} | R Documentation |
RSDA to MM
Description
To convert RSDA format interval dataframe to MM format.
Usage
RSDA_to_MM(data, RSDA)
Arguments
data |
The RSDA format with interval dataframe. |
RSDA |
Whether to load the RSDA package. |
Value
Return a dataframe with the MM format.
Examples
data(mushroom.int)
RSDA_to_MM(mushroom.int, RSDA = FALSE)
[Package dataSDA version 0.1.2 Index]