Description Usage Arguments Value
Given a SUT system containing a supply table and a domestic and a import use table, this function checks if the rows and columns are consistent.
1 | isConsistent(SUT, tol = 0.0001, VA.included = FALSE)
|
SUT |
the SUT system to be tested |
tol |
the tolerance (epsilon), default = 1e-4 |
VA.included |
is a value-added included in the SUT system? If yes, then the function also checks for consistent columns. Default = FALSE. |
If the SUT is consistent, returns only TRUE. If not, returns FALSE and a list of inconsistent rows and columns
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.