View source: R/leontief-matrices.R
input_requirement | R Documentation |
Input requirement
input_requirement(X, d)
X |
transaction matrix |
d |
final demand vector |
set.seed(200100)
X <- matrix(rnorm(100), nrow = 10)
d <- rnorm(10)
input_requirement(X, d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.