Description Usage Arguments Note See Also Examples
simulate specific type noise 100 times through add_noise
.
1 | simu_noise(d, perc = 0.1, type = "random", times = 100)
|
d |
data.frame, at least with the column of |
type |
One of c("random", "real", "maxK", "maxDer") |
times |
For each, how many times noise simulated? |
Each time only process one site
add_noise
1 2 | data("d_ref")
r <- simu_noise(d_ref, type = "real")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.