threshed_arr {autothresholdr} | R Documentation |
Thresholded array class.
Description
A thresholded array is an array which has had a threshold applied to it. It
has an attribute thresh
which is the threshold that was applied which can
be a number or an object of class th.
Usage
threshed_arr(arr, thresh)
Arguments
arr |
The thresholded array (not the original array). |
thresh |
The threshold that was used. Either a number or an object of class th. |
Details
The term 'array' is used loosely here in that vectors and matrices qualify as arrays.
Value
An object of class threshed_arr.
See Also
stack_threshed_img, apply_mask()
.
[Package autothresholdr version 1.4.2 Index]