Learn R Programming

rbacon (version 3.3.1)

squeeze: 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)

Value

The squeezed depth(s)

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

Author

Maarten Blaauw

Examples

Run this code
  squeeze(40,25,20)

Run the code above in your browser using DataLab