map_prob_change | R Documentation |
Categorises a numeric variable into "Increasing" (< 0.05), "Likely increasing" (<0.4), "Stable" (< 0.6), "Likely decreasing" (< 0.95), "Decreasing" (<= 1)
map_prob_change(var)
var |
Numeric variable to be categorised |
A character variable.
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.