threshed_arr | R Documentation |
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.
threshed_arr(arr, thresh)
arr |
The thresholded array (not the original array). |
thresh |
The threshold that was used. Either a number or an object of class th. |
The term 'array' is used loosely here in that vectors and matrices qualify as arrays.
An object of class threshed_arr.
stack_threshed_img, apply_mask()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.