mipplot_read_ruletab: Read file of rule table without ID number

Description Usage Arguments Value Examples

View source: R/mipplot_read_ruletab.R

Description

Read table of additivity rule and adds column with id number.

Usage

1
mipplot_read_ruletab(R_without_id)

Arguments

R_without_id

Path to a file containing data of additivity rule.

Value

A dataframe of additivity rule ("ID, Left_side, Right_side")

Examples

1
2
3
4
## Not run: 
mipplot_read_ruletab("filename")

## End(Not run)

mipplot documentation built on May 18, 2021, 9:07 a.m.