Learn R Programming

RGCxGC (version 1.2.0)

get_metadata: Method get_metadata

Description

`get_metadata` retrieves the metadata contained in a joined_chrom object.

Usage

get_metadata(chroms)

# S4 method for joined_chrom get_metadata(chroms)

Arguments

chroms

a joined_chrom object created by joined_chrom function.

Details

This function accesses to the groups slot created by the joined_chrom function. The Names are the names of the chromatograms.

Examples

Run this code
data(Myrothecium)
myr_data <- get_metadata(Myrothecium)
myr_data

Run the code above in your browser using DataLab