cpp_cleanse | R Documentation |
Replaces values in matrix mat according to mask msk.
Depending of 'add_noise'
parameter, values of 'mat'
will be replaced with noise or not.
mat |
a NumericMatrix. |
msk |
a IntegerMatrix. |
add_noise |
bool, whether to add normal noise or not, |
bg |
double, mean value of the background added if |
sd |
double, standard deviation of the background added if |
a NumericMatrix cleansed according to 'msk'
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.