Description Usage Arguments Value Examples
View source: R/impute_neighbors.R
Impute single missing values within a chromatogram profile as the average of their neighbors.
| 1 | impute_neighbors(chromatogram)
 | 
| chromatogram | a numeric vector corresponding to the chromatogram trace | 
the imputed chromatogram
| 1 2 3 | data(scott)
chrom <- scott[16, ]
imputed <- impute_neighbors(chrom)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.