Learn R Programming

specmine (version 1.0)

get_x_label: Get x-axis label

Description

Get the x-axis label from the dataset.

Usage

get_x_label(dataset)

Arguments

dataset
list representing the dataset from a metabolomics experiment.

Value

Returns a string with the x-axis label.

Examples

Run this code
  ## Example of getting the x-axis label
  data(cassavaPPD)
  x.label = get_x_label(cassavaPPD)

Run the code above in your browser using DataLab