ax.celsiuslab: Temperature axis label

Description Usage Arguments Value Author(s) See Also Examples

Description

Provides the axis label for temperature variables in units of degree Celsius.

Usage

1
ax.celsiuslab(label = "Temperature", font = par()$font.axis)

Arguments

label

the label of the temperature variable, defaults to "Temperature".

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

See Also

bquote

Examples

1
2
plot(1 : 10, xlab = ax.celsiuslab(),
             ylab = ax.celsiuslab("Sea surface temperature", font = 2))

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