mipplot_read_ruletab {mipplot} | R Documentation |
Read table of additivity rule and adds column with id number.
mipplot_read_ruletab(R_without_id)
R_without_id |
Path to a file containing data of additivity rule. |
A dataframe of additivity rule ("ID, Left_side, Right_side")
## Not run:
mipplot_read_ruletab("filename")
## End(Not run)