ezCorrelationPlot: Does a correlation plot

View source: R/plots.R

ezCorrelationPlotR Documentation

Does a correlation plot

Description

Does a correlation plot.

Usage

ezCorrelationPlot(
  z,
  cond = NULL,
  condOrder = NULL,
  main = "Correlation",
  labels = NULL,
  condLabels = NULL,
  plotLabels = nrow(z) < 100,
  colors = NULL
)

Arguments

z

the data to plot.

cond

a character vector specifying the conditions.

condOrder

a sorted character vector specifying the order of the conditions.

main

a character specifying the main title of the plots.

labels

a character vector specifying axis labels.

condLabels

a character vector specifying condition labels.

plotLabels

a logical specifying whether to do plot labels.

colors

a character vector containing colors.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

ezCorrelationPlot(z=matrix(1:100,10))

uzh/ezRun documentation built on May 4, 2024, 3:23 p.m.