Returns TRUE if products are unit-homogeneous
according to the S_units matrix and
FALSE otherwise.
Usage
products_unit_homogeneous(
.sutmats = NULL,
S_units = "S_units",
keep_details = FALSE,
products_unit_homogeneous = ".products_unit_homogeneous"
)Arguments
- .sutmats
a data frame of supply-use table matrices with matrices arranged in columns.
- S_units
an
S_unitsmatrix or name of a column in.sutmatsthat contains same. Default is "S_units".- keep_details
if
TRUE, per-product results are returned; ifFALSE, per-ECC results are returned.- products_unit_homogeneous
name for the boolean that tells whether products in
S_unitsare unit-homogeneous on output. Default is ".products_unit_homogeneous".