Learn R Programming

specmine (version 3.1.6)

find_equal_samples: Find equal samples

Description

Finds samples that have the same peak values - x and y (equal data frames)

Usage

find_equal_samples(sample.list)

Arguments

sample.list

list of data frames with the samples' peaks.

Value

Returns a dataframe with two columns indicating which pair of samples are equal.

Examples

Run this code
# 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