Learn R Programming

specmine (version 2.0.3)

offset_correction: Offset correction

Description

Perform offset correction on the data.

Usage

offset_correction(dataset)

Arguments

dataset

list representing the dataset from a metabolomics experiment.

Value

Returns the dataset

Examples

Run this code
# NOT RUN {
  ## Example of offset correction
  data(cassavaPPD)
  cassava.corrected = offset_correction(cassavaPPD)
# }

Run the code above in your browser using DataLab