get_metadata {RGCxGC} | R Documentation |
Method get_metadata
Description
'get_metadata' retrieves the metadata contained in a joined_chrom object.
Usage
get_metadata(chroms)
## S4 method for signature '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
data(Myrothecium)
myr_data <- get_metadata(Myrothecium)
myr_data
[Package RGCxGC version 1.2.0 Index]