Skip to contents

This function normalizes each row in a data frame or matrix of curve values. Normalization is performed so that each row's values range from 0 (corresponding to the minimum value of the row) to 1 (corresponding to the maximum value of the row).

Usage

normalize_curves(curve_values)

Arguments

curve_values

A data frame or matrix of curve values where each row represents a curve and each column a time point.

Value

A data frame or matrix with the same dimensions as the input, where each row has been normalized.