Learn R Programming

specmine (version 1.0)

get_x_values_as_text: Get x-axis values as text

Description

Get the x-axis values from the dataset as text.

Usage

get_x_values_as_text(dataset)

Arguments

dataset
list representing the dataset from a metabolomics experiment.

Value

Returns a character vector with the x-axis values.

Examples

Run this code
  ## Example of getting the x-axis values as text
  data(cassavaPPD)
  xvalues.text = get_x_values_as_text(cassavaPPD)

Run the code above in your browser using DataLab