Learn R Programming

mdatools (version 0.9.4)

prep.norm: Normalization

Description

Normalizes signals (rows of data matrix) to unit area or unit length

Usage

prep.norm(data, type = "area")

Arguments

data

a matrix with data values

type

type of normalization 'area' or 'length'

Value

data matrix with normalized values