Description Usage Arguments Value Author(s)
This returns a 0 to 1 banding based on user inputs of weights and indicator direction
1 | index_data_band(values, worst_value = min(values), best_value = max(values))
|
values |
values to band |
worst_value |
value that will be zero. Everything 'lower' than this will also be given a score of zero. |
best_value |
value to be scaled to one. Everything 'higher' than this will also be given a score of one. |
Returns banded data.
David Hammond
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.