View source: R/class_constructors.R
th | R Documentation |
A threshold found automatically via auto_thresh()
. It is a number (the
value of the threshold) with 4 attributes:
ignore_black
is
TRUE
if black values were ignored during the thresholding and FALSE
otherwise.
ignore_white
is TRUE
if white values were ignored during
the thresholding and FALSE
otherwise.
ignore_na
is TRUE
if NA
s
were ignored during the thresholding and FALSE
otherwise.
autothresh_method
details which automatic thresholding method was used.
th(thresh, ignore_black, ignore_white, ignore_na, autothresh_method)
thresh |
A scalar. The threshold. |
ignore_black |
|
ignore_white |
|
ignore_na |
|
autothresh_method |
The name of the automatic thresholding method used. |
An object of class th
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.