View source: R/small_breaks_definer.R
small_breaks_definer | R Documentation |
Helper functions that defines legend breaks for the Laser Maps. Only used for linear scales.
small_breaks_definer(
min_scale,
mid_scale,
max_scale,
small_scale,
min_ppm,
max_ppm,
smallest_scale_I,
smallest_scale_II,
smallest_scale_III
)
min_scale |
Minimum of the scale |
mid_scale |
Middle of the scale |
max_scale |
Maximum of the scale |
small_scale |
Boolean Value defining if a small scale is necassary |
min_ppm |
Minimum value for the column |
max_ppm |
Maximum value for the column |
smallest_scale_I |
Defines where the breaks in the legend occur |
smallest_scale_II |
Defines where the breaks in the legend occur |
smallest_scale_III |
Defines where the breaks in the legend occur |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.