Globalsvd {ImpuR}R Documentation

singular value model of spectime object

Description

Augment spectime object with singular value model.

Usage

Globalsvd(object, nsvd = 4, favor.positive = FALSE)

Arguments

object spectime object
nsvd number of singular values to use
favor.positive (ignored) rotate to non-negative components

Value

spectime object in which the slots @ct and @spec are filled with the left and right singular vectors.

Note

Non-negative rotation not yet implemented.

Author(s)

Christian Ritter

See Also

PeakPurity,Peel


[Package ImpuR version 1.0 Index]