imager (version 0.41.2)

px.na: A pixset for NA values

Description

A pixset containing all NA pixels

Usage

px.na(im)

Arguments

im

an image

Value

a pixset

Examples

Run this code
# NOT RUN {
im <- boats
im[1] <- NA
px.na(im)
# }

Run the code above in your browser using DataCamp Workspace