show.image.2 {CJIVE}R Documentation

Display a heatmap of a matrix (adapted from Erick Lock's show.image function in the r.jive package)

Description

Visual display of a matrix as a heatmap with colors determined by entry values, and including a colorbar to aid interpretation of the heatmap

Usage

show.image.2(
  Image,
  ylab = "",
  xlab = "",
  net = FALSE,
  main = "",
  sub = "",
  colorbar = TRUE
)

Arguments

Image

matrix to display

ylab

lab for y-axis of heatmap

xlab

lab for x-axis of heatmap

net

logical (TRUE/FALUSE) of whether entries correspond to edges between regions of interest in the Power-264 brain atlas. Default is FALSE

main

main title for heatmap

sub

subtitle for heatmap

colorbar

logical (TRUE/FALUSE) of whether colorabar shouldl be included to aid interpretation. Default is TRUE

Value

graphical display of matrix as a heatmap


[Package CJIVE version 0.1.0 Index]