squeeze: Squeeze some depths of a core

View source: R/calc.R

squeezeR Documentation

Squeeze some depths of a core

Description

Squeeze or compress depths below a boundary by a certain amount. Accompanies the stretch function; see the stretch function for code on running the accordion

Usage

squeeze(d, boundary, times)

Arguments

d

The depth(s) to be squeezed

boundary

The depth below which depths should be squeezed

times

The factor by which the depths should be squeezed

Value

The squeezed depth(s)

Author(s)

Maarten Blaauw

Examples

  squeeze(40,25,20)

rbacon documentation built on July 26, 2023, 5:35 p.m.