View source: R/edata_replace.R
edata_replace | R Documentation |
This function finds all values of x in the e_data element of ftmsObj and replaces them with y
edata_replace(ftmsObj, x, y)
ftmsObj |
an object of the class 'peakData', or 'compoundData' |
x |
value to be replaced, usually numeric or NA |
y |
replacment value, usually numeric or NA |
This function is often used to replace any 0 values in e_data
with NA's.
data object of the same class as ftmsObj
Lisa Bramer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.