Learn R Programming

orchaRd (version 2.2.1)

transf_percent: Percentage Transformation

Description

Percentage Transformation

Usage

transf_percent(x)

Value

The percentage transformation, computed as exp(x) * 100.

Arguments

x

A numeric vector.