normalise: Arrow of directed edges tuning

normaliseR Documentation

Arrow of directed edges tuning

Description

normalise This function is from the ambient package. It is used to determine the position of directed edge arrows.

Usage

normalise(x, from = range(x), to = c(0, 1))

Arguments

x

numeric vector to be modified.

from

numeric vector range of x.

to

numeric vector range of normalised x.

Value

Numeric vector

Examples

x <- seq(1,10)
normalise(x, from = range(x), to = c(0, 1))


anna-pacinkova/intomics_package documentation built on Aug. 13, 2022, 11:38 a.m.