eempf_rescaleBC: Rescale B and C modes of PARAFAC model

View source: R/parafac_functions.R

eempf_rescaleBCR Documentation

Rescale B and C modes of PARAFAC model

Description

B and C modes (emission and excitation wavelengths) are rescaled to RMS of value newscale. This is compensated in A mode (sample loadings).

Usage

eempf_rescaleBC(pfmodel, newscale = "Fmax")

Arguments

pfmodel

object of class parafac

newscale

If (default) newscale = "Fmax", each component will be scaled so the maximum of each component is 1. It is also possible to set a desired root mean-square for each column of the rescaled mode. Can input a scalar or a vector with length equal to the number of factors for the given mode.

Value

object of class parafac

See Also

rescale

Examples

data(pf_models)

new_pf <- eempf_rescaleBC(pf4[[1]])

staRdom documentation built on July 9, 2023, 5:57 p.m.