Learn R Programming

ecodist (version 2.1.3)

bump: Nine-bump spatial pattern

Description

A two-dimensional artificial "landscape" illustrating the kind of spatial pattern that might be seen across mountain peaks.

Usage

data(bump)

Arguments

Format

The format is: int [1:25, 1:25] 2 2 2 2 2 2 2 2 2 2 ... - attr(*, "dimnames")=List of 2 ..$ : chr [1:25] "1" "3" "5" "7" ... ..$ : chr [1:25] "V1" "V3" "V5" "V7" ...

Author

Sarah Goslee

See Also

bump.pmgram, pmgram

Examples

Run this code
data(bump)
image(bump)

Run the code above in your browser using DataLab