Learn R Programming

imager (version 0.42.10)

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 DataLab