colscale: scale a data matrix

View source: R/pre_process.R

colscaleR Documentation

scale a data matrix

Description

normalize each column by a scale factor.

Usage

colscale(preproc = prepper(), type = c("unit", "z", "weights"), weights = NULL)

Arguments

preproc

the pre-processing pipeline

type

the kind of scaling, unit norm, z-scoring, or precomputed weights

weights

optional precomputed weights

Value

a prepper list


bbuchsbaum/multivarious documentation built on April 15, 2024, 3:33 a.m.