View source: R/noisy_spectra.R
add_noise_to_intensities | R Documentation |
Adds noise to a single time point in intensity domain
add_noise_to_intensities(spectrum, standard_deviations)
spectrum |
a single spectrum from the list obtained using
|
standard_deviations |
vector of standard deviations for the random noise |
if the intensity_deviations
were provided, then noise is
sampled from a normal distribution with mean 0
and standard deviation
equal tothose deviations and added to Intensity
.
data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.