powered by
To convert iGAP format interval dataframe to RSDA format (symbolic_tbl).
iGAP_to_RSDA(data, location)
Return a symbolic_tbl dataframe with complex-encoded interval columns.
The dataframe with the iGAP format.
The location of the symbolic variable in the data.
data(abalone.iGAP) rsda <- iGAP_to_RSDA(abalone.iGAP, 1:7)
Run the code above in your browser using DataLab