Learn R Programming

specmine (version 3.1.6)

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
# NOT RUN {
  ## Example of getting the x-axis values as text
  library(specmine.datasets)
  data(propolis)
  xvalues.text = get_x_values_as_text(propolis)
# }

Run the code above in your browser using DataLab