pixel.image: Display pixel values as image

Description Usage Arguments Details

Description

Create an image with pixels shaded according to their distance from the mean value. Displays at lower resolution than contour plot (plots are 20

Usage

1
2
3
pixel.image(data, main = "", x.range = c(1:nrow(data)),
  y.range = c(1:ncol(data)), break.levels = th.levels(data), panels = F,
  x.lab = "", y.lab = "", ...)

Arguments

data

2-dimensional matrix containing values to be plotted

x.range

Vector range showing x-range of cells to be included in plot

y.range

Vector range showing y-range of cells to be included in plot

break.levels

Vector of values used as breakpoints when binning values

title

String containing title to be printed with plot

midpoint

Either 'mean' or 'median'. Default is 'mean'

Details

Pixels more than 2sd above the mean are red, pink or purple. Pixels within 2sd of the mean are orange, yellow or green. Pixels more than 2sd below the mean are blue.


ClairBee/IO.Pixels documentation built on May 6, 2019, 11:50 a.m.