powered by
Get the x-axis label from the dataset.
get_x_label(dataset)
list representing the dataset from a metabolomics experiment.
Returns a string with the x-axis label.
# 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