add.exaggerated.axis: Exaggerate (Transform) Data for plotting

View source: R/plotting.R

add.exaggerated.axisR Documentation

Exaggerate (Transform) Data for plotting

Description

Exaggerate (Transform) Data for plotting

Usage

add.exaggerated.axis(
  side,
  power = 0.8,
  at = NULL,
  labels = NULL,
  grid = F,
  lty = 2,
  col = "grey",
  ...
)

Arguments

power

a positive value, typically less than 1, which is the exponent of the transformation (default = 0.8)

...

optional values that are passed onto axis()

x

data values to be transformed (e.g. depth)

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.