ezAllPairScatter: Does scatter plots of all pairs

View source: R/plots.R

ezAllPairScatterR Documentation

Does scatter plots of all pairs

Description

Does scatter plots of all pairs.

Usage

ezAllPairScatter(
  x,
  main = "",
  shrink = FALSE,
  xylab = NULL,
  lim = range(x, na.rm = TRUE),
  isPresent = NULL,
  types = NULL,
  pch = 16,
  colors = rainbow(ncol(types)),
  legendPos = "bottomright",
  cex.main = 1,
  cex = 1,
  ...
)

Arguments

x

a matrix containing the data to plot.

main

a character specifying the main title of the plots.

shrink

a logical specifying whether to shrink the values to range.

xylab

a character vector containing the axis labels. If it is NULL, colnames(x) will be used.

lim

integers specifying the x and y limits of the plot.

isPresent

a logical specifying whether the signal is present.

types

a character vector containing the types.

pch

an integer specifying the look of plotted points.

colors

a character vector containing colors.

legendPos

a character vector or integer specifying the position of the legend.

cex.main

a numeric specifying the size of main titles relative to cex.

cex

a numeric specifying the size of text and symbols.

...

additional arguments to be passed further.

Author(s)

Rehrauer, Hubert

Schmid, Peter

Examples

ezAllPairScatter(x=matrix(1:10,5))

uzh/ezRun documentation built on April 24, 2024, 4:01 p.m.