get_x_label: Get x-axis label

Description Usage Arguments Value Examples

Description

Get the x-axis label from the dataset.

Usage

1
get_x_label(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Returns a string with the x-axis label.

Examples

1
2
3
4
  ## Example of getting the x-axis label
  library(specmine.datasets)
  data(cassavaPPD)
  x.label = get_x_label(propolis)

specmine documentation built on Sept. 21, 2021, 5:06 p.m.