generate.SPOTIS.bounds | R Documentation |
Generate bounds for criteria from a decision matrix
generate.SPOTIS.bounds(matrix)
matrix |
A numeric matrix or data frame where rows represent alternatives and columns represent criteria. |
A numeric matrix with two columns: minimum and maximum bounds for each criterion.
# Decision matrix
matrix <- matrix(c(96, 145, 200,
100, 145, 200,
120, 170, 80,
140, 180, 140,
100, 110, 30), nrow = 5, byrow = TRUE)
# Generate bounds
bounds <- generate.SPOTIS.bounds(matrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.