View source: R/ChromBackendMemory-functions.R
ChromBackendMemory | R Documentation |
ChromBackendMemory
: This backend stores chromatographic data directly
in memory, making it ideal for small datasets or testing. It can be
initialized with a data.frame
of chromatographic data via the chromData
parameter and a list
of data.frame
entries for peaks data using the
peaksData
parameter. These data can be accessed with the chromData()
and
peaksData()
functions.
ChromBackendMemory()
## S4 method for signature 'ChromBackendMemory'
backendInitialize(
object,
chromData = fillCoreChromVariables(data.frame()),
peaksData = list(.EMPTY_PEAKS_DATA)
)
object |
A |
chromData |
For |
peaksData |
For |
Philippine Louail
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.