Learn R Programming

mizer (version 3.4.0)

scan_y_label: Axis labels for a MizerScan

Description

Assembles "<name> [<units>]", the same way array_y_label() does for the array classes.

Usage

scan_y_label(x, default = "Value")

scan_x_label(x, default = "Scan value")

label_with_units(name, units)

Value

A string.

Arguments

x

A MizerScan object.

default

The label to use when the name is missing.

name

The name of the quantity.

units

The units, possibly NULL.