Skip to contents

The object contains data.frame-class objects to be used with the expand function to produce full calibrated color ramps.

Usage

data(bathymetry)

Format

A list with 1 data.frame elements:

sandy

: A color ramp resembling a sandy beach.

Examples

data(bathymetry)
sandyExp <- expand(bathymetry$sandy, n=200)
plot(sandyExp)