simu_noise | R Documentation |
simulate specific type noise 100 times through add_noise
.
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
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.