thr_isodata | R Documentation |
Compute a threshold using the IsoData algorithm \insertCiteisodata;textualrcaiman, recommended by \insertCiteJonckheere2005;textualrcaiman.
thr_isodata(x)
x |
numeric vector or a single-column |
Implementation follows the IsoData method by Gabriel Landini, as implemented
in autothresholdr::auto_thresh()
. Unlike that version, this function
accepts numeric data over an arbitrary range. NA
values are ignored.
Numeric vector of length one.
caim <- read_caim()
thr_isodata(caim$Blue[])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.