Learn R Programming

RGCxGC (version 1.2.0)

raw_GCxGC-class: Subclass raw_GCxGC

Description

Subclass raw_GCxGC are contained in GCxGC super class. It contains a dedicated slot to storage the folded two-dimensional chromatogram.

Arguments

Slots

chromatogram

a numeric matrix.

time

a vector of two elements with the range of the first dimenstion run time

Details

In the first creation of a raw_GCxGC object, the slot for the chromatogram is not created yet. To read and fold the chromatogram use the read_chrom function.