Description Usage Arguments Value Examples
Categorises a numeric variable into "Increasing" (< 0.05), "Likely increasing" (<0.2), "Unsure" (< 0.8), "Likely decreasing" (< 0.95), "Decreasing" (<= 1)
1 |
var |
Numeric variable to be categorised |
A character variable.
1 2 3 4 5 | var <- seq(0.01, 1, 0.01)
var
map_prob_change(var)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.