Learn R Programming

ecodist (version 1.2.9)

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" ...

Examples

Run this code
# NOT RUN {
data(bump)
image(bump)
## maybe str(bump) ; plot(bump) ...
# }

Run the code above in your browser using DataLab