Learn R Programming

EMD (version 1.5.9)

lena: Gray Lena image

Description

A 512x512 gray image of Lena.

Usage

data(lena)

Arguments

Format

A 512x512 matrix.

Examples

Run this code
# NOT RUN {
data(lena)
image(lena, col=gray(0:100/100), axes=FALSE)
# }

Run the code above in your browser using DataLab