ax.psdlab: Power spectral density axis label

Description Usage Arguments Value Author(s) Examples

Description

Provides the power spectral density axis label for spectral plots in optional units.

Usage

1
2
ax.psdlab(label = "Power spectral density", v.unit = "‰",
  t.unit = "yr", font = par()$font.axis)

Arguments

label

the label for the spectrum axis; defaults to "Power spectral density".

v.unit

the unit of the spectral variable; defaults to permil.

t.unit

the frequency unit of the spectrum; defaults to years ("yr").

font

An integer which specifies which font to use for text. Defaults to the axis font currently set by par; see ?par for the available options.

Value

A language object with the axis label.

Author(s)

Thomas Münch

Examples

1
plot(1 : 10, xlab = ax.freqlab(), ylab = ax.psdlab())

thomas-muench/tmlibr documentation built on May 26, 2019, 10:36 a.m.