staRdom (version 1.0.8)

eempf_rescaleBC: 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 = 1)

Arguments

pfmodel

object of class parafac

newscale

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

Value

object of class parafac

See Also

rescale

Examples

Run this code
# NOT RUN {
data(pfres_comps1)

new_pf <- eempf_rescaleBC(pfres_comps[[2]])
# }

Run the code above in your browser using DataCamp Workspace