View source: R/processingData.R
replace_LOD | R Documentation |
If you want to replace all LODs with a fixed value (L/2 say), set LOD.means <- L/2 and leave the rest as default
replace_LOD( ww, raw_gc_column = "gc", LOD.means, LOD.sds = NULL, dist = "Uniform", isim_LOD = NULL, LOD_holder = "tLOD" )
If you want to replace each LOD with a value randomly generated from U(0,L), set LOD.means <- L, LOD.sds <- 0 and leave dist as default
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.