get_x_values_as_text: Get x-axis values as text

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Returns a character vector with the x-axis values.

Examples

1
2
3
4
  ## Example of getting the x-axis values as text
  library(specmine.datasets)
  data(propolis)
  xvalues.text = get_x_values_as_text(propolis)

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