powered by
Finds samples that have the same peak values - x and y (equal data frames)
find_equal_samples(sample.list)
list of data frames with the samples' peaks.
Returns a dataframe with two columns indicating which pair of samples are equal.
# NOT RUN { ## Example of finding equal samples library(specmine.datasets) data(propolisSampleList) equal.samples = find_equal_samples(propolisSampleList) # }
Run the code above in your browser using DataLab