double_values_checker: Helper function for the Laser Mapping function. Checks the...

View source: R/double_values_checker.R

double_values_checkerR 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.

Description

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.

Usage

double_values_checker(
  breaks_fun = small_breaks_list[[1]],
  small_scale = small_breaks_list[[2]]
)

Arguments

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.


muhohl/geochem documentation built on March 4, 2025, 8:14 p.m.