powered by
Gets a subset of a specific interval of x-values.
subset_x_values_by_interval(dataset, min.value, max.value)
list representing the dataset from a metabolomics experiment.
the minimum value of the interval.
the maximum value of the interval.
Returns the dataset with the selected interval of x-values.
# NOT RUN { ## Example of subsetting x-values by an interval library(specmine.datasets) data(propolis) subset = subset_x_values_by_interval(propolis, 1, 3) # }
Run the code above in your browser using DataLab