where {imager} | R Documentation |
Return locations in pixel set
Description
Return locations in pixel set
Usage
where(x)
Arguments
x |
a pixset |
Examples
#All pixel locations with value greater than .99
where(boats > .99)
[Package imager version 1.0.2 Index]