Learn R Programming

soundgen (version 2.7.0)

log01: log01

Description

Internal soundgen function

Usage

log01(v)

Arguments

v

numeric vector

Details

Normalizes, log-transforms, and re-normalizes an input vector, so it ranges from 0 to 1

Examples

Run this code
v = exp(1:10)
soundgen:::log01(v)

Run the code above in your browser using DataLab