powered by
Get the x-axis values from the dataset as text.
get_x_values_as_text(dataset)
list representing the dataset from a metabolomics experiment.
Returns a character vector with the x-axis values.
# 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