Learn R Programming

specmine (version 3.1.6)

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
# NOT RUN {
  ## Example of getting the x-axis label
  library(specmine.datasets)
  data(cassavaPPD)
  x.label = get_x_label(propolis)
# }

Run the code above in your browser using DataLab