View source: R/double_values_checker.R
double_values_checker | R Documentation |
Helper function for the Laser Mapping function. Checks the potential legend breaks if some breaks occur twice. This might happen since values are rounded to look nicer.
double_values_checker(
breaks_fun = small_breaks_list[[1]],
small_scale = small_breaks_list[[2]]
)
breaks_fun |
The values for breaks defined stored in a list defined by the Laser Mapping function. |
small_scale |
Boolean value that decides if a small scale is necassary. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.