powered by
Get the number of x-axis values.
num_x_values(dataset)
list representing the dataset from a metabolomics experiment.
Returns an integer with the number of x-axis values.
# NOT RUN { ## Example of getting the number of x-axis values library(specmine.datasets) data(propolis) number.x.values = num_x_values(propolis) # }
Run the code above in your browser using DataLab