chromatogram {math} R Documentation

Create a chromatogram data from a dataframe object

Description

Usage

chromatogram(
    x = NULL,
    time = "Time",
    into = "Intensity");

Arguments

x

Should be a dataframe object that contains the required data field for construct the chromatogram data.

time

the column name for get the rt field vector data

into

the column name for get the signal intensity field vector data

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type ChromatogramTick.

clr value class

Examples


[Package math version 1.0.0.0 Index]