Description Usage Arguments Value
A list of label of intervals is produced based on a list of limits. For instance if you provide list of limits [0.1, 0.2, 0.3, 1] It will returns a list ['< 0.1', '0.1 - 0.2', '0.2 - 0.3', '> 1'].
1 | legend_limit_GD(limites = c(0.001, 0.002, 0.003, 0.005, 0.01, 0.025))
|
limites |
numeric vector of numeric limits default value = c(0.001,0.002,0.003,0.005,0.01,0.025) |
a list of intervals labels
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.