small_breaks_definer: Helper functions that defines legend breaks for the Laser...

View source: R/small_breaks_definer.R

small_breaks_definerR Documentation

Helper functions that defines legend breaks for the Laser Maps. Only used for linear scales.

Description

Helper functions that defines legend breaks for the Laser Maps. Only used for linear scales.

Usage

small_breaks_definer(
  min_scale,
  mid_scale,
  max_scale,
  small_scale,
  min_ppm,
  max_ppm,
  smallest_scale_I,
  smallest_scale_II,
  smallest_scale_III
)

Arguments

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


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