image_scale: Color scale for image plot.

Description Usage Arguments Value

View source: R/image_scale.R

Description

Plot color scale of image plot.

Usage

1
2
image_scale(z, zlim, col = heat.colors(12), breaks, horiz = TRUE,
  ylim = NULL, xlim = NULL, ...)

Arguments

z

Input data matrix. Results of moving average analysis.

zlim

Maximum and minimum values.

col

Vector of colors for z-value.

breaks

Color breaks in z-range.

horiz

Orientation of image scale

ylim

...

xlim

...

Value

Scale for image plot.


ERottler/alptempr documentation built on May 7, 2021, 1:12 a.m.