set.breaks: Set breaks

Description Usage Arguments Value Author(s) References Examples

View source: R/visualization.R

Description

Set breakpoints for two-way color palette.

Usage

1
set.breaks(mat, interval = 0.1)

Arguments

mat

Matrix to visualize.

interval

Density of color breakpoints.

Value

A vector listing the color breakpoints.

Author(s)

Leo Lahti, Olli-Pekka Huovilainen and Antonio Gusmao. Maintainer: Leo Lahti <leo.lahti@iki.fi>

References

L. Lahti et al.: Global modeling of transcriptional responses in interaction networks. Submitted.

Examples

1
 set.breaks(array(rnorm(100), dim = c(10, 10)), interval = .1) 

netresponse documentation built on Nov. 8, 2020, 5:04 p.m.