Skip to contents

The RamanResults_SpectraSimilarity class is used to store results of similarity analysis between Raman spectra.

Usage

RamanResults_SpectraSimilarity(data = list())

# S3 method for class 'RamanResults_SpectraSimilarity'
validate_object(x)

# S3 method for class 'RamanResults_SpectraSimilarity'
show(x)

Arguments

data

A list of data tables, where each table contains the results of a similarity analysis for a Raman spectrum.

x

A RamanResults_SpectraSimilarity object.

Methods (by generic)

  • validate_object(RamanResults_SpectraSimilarity): Validate the RamanResults_SpectraSimilarity object, returns NULL if valid.

  • show(RamanResults_SpectraSimilarity): Show the RamanResults_SpectraSimilarity object.